aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-04-21 12:35:58 -0500
committerAnthony Wang2022-04-21 12:35:58 -0500
commit87ea08e8f7e51e33f1a78d1dda9cf8d786199d3d (patch)
treee4e80d6cb4b5cb085447c2b497e6a34511838ebd
parent54cacc7d39194f3125dd42093a96c95c3f76f157 (diff)
Add info about future performance improvements
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9403cfc..6a8af2a 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,5 @@ Benchmark 2: ./sd < test
Time (mean ± σ): 92.7 ms ± 6.8 ms [User: 8.4 ms, System: 4.5 ms]
Range (min … max): 79.4 ms … 108.9 ms 33 runs
```
+
+The C port is about 30% faster than the original Go code, and I'm currently working on further performance improvements using delayed database writes.