update readme

This commit is contained in:
elee 2022-03-18 00:34:19 -05:00
parent 25be96832a
commit 1cea6c73d3

View file

@ -31,12 +31,12 @@ i test with
## todo
implement native TTL
performance test
## thoughts
should there be one collection per bucket? would make deleting a bucket instant as compared to fast
should there be one collection per bucket? this would make deleting a bucket O(1) instead of O(n)
## comparison