Add info about future performance improvements

This commit is contained in:
Anthony Wang 2022-04-21 12:35:58 -05:00
parent 54cacc7d39
commit 87ea08e8f7
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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.