From 9f2b34902985de5e486e9c5528e890ba624cc762 Mon Sep 17 00:00:00 2001 From: Yehowshua Immanuel Date: Sun, 7 Aug 2022 19:09:02 -0400 Subject: [PATCH] typos in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21b5df2..320a5f7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Copyright - Yehowshua Immanuel repository) handling which GTKWave doesn't have. I noticed that when running FastWave in the VsCode terminal as opposed - to the MacOS system terminal or the Lapce terminal. + to the MacOS system terminal or the Lapce terminal, FastWave is notably + slower. # Current Limitations @@ -42,6 +43,7 @@ Here's a command to test on a malformed VCD: - [ ] macro for getting line number when propagating errors - [ ] search for any ok_or's - [ ] search for any unwraps or any direct vectors indexing + - [ ] - [ ] re-order all signal timelines as binary balanced trees with respect to timestamps - support multithreaded re-ordering - [ ] looks into making a macro for filename and linenumber later @@ -60,4 +62,4 @@ Here's a command to test on a malformed VCD: - [ ] Change error messages to line and filenames. Go through all calls to ``format!`` whilst also keeping performance in mind. ## Marketing - - [ ] Send survey to community channel. \ No newline at end of file + - [ ] Send survey to community \ No newline at end of file