zlacker

[parent] [thread] 0 comments
1. john01+(OP)[view] [source] 2025-11-26 09:09:37
I wrote something similiar (minimal nosql key-value DB) and it was less fast than (specifically lower throughput, I did not measure other metrics) Redis, despite some passing attempts to make it fast (like using async/await for all IO).
[go to top]