Closed tramchamploo closed 9 years ago
This is amazing - thank you!
Maybe you could update benchmark in README
Yep I'll do that, thanks for the reminder! On 17/07/2015 3:12 PM, "tramchamploo" notifications@github.com wrote:
Maybe you could update benchmark in README
— Reply to this email directly or view it on GitHub https://github.com/stephenmcd/curiodb/pull/12#issuecomment-122187020.
Updated benchmarks here: 6a6a700f07c34098d22f2ccf9add652c506fe869
Also added a script for doing it automatically: https://github.com/stephenmcd/curiodb/blob/master/benchmark.py
That's cool
This should be a faster LPOP, -= first run indexOf then remove, just remove is enough.
Redis list is like a linked list, so use ListBuffer instead of ArrayBuffer could be a improvement.
Before:
After: