diff options
author | Anthony Wang | 2022-04-21 12:35:58 -0500 |
---|---|---|
committer | Anthony Wang | 2022-04-21 12:35:58 -0500 |
commit | 87ea08e8f7e51e33f1a78d1dda9cf8d786199d3d (patch) | |
tree | e4e80d6cb4b5cb085447c2b497e6a34511838ebd | |
parent | 54cacc7d39194f3125dd42093a96c95c3f76f157 (diff) |
Add info about future performance improvements
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |