Performance benchmarks?
Hi,
Cool module. Do you have any benchmarks or performance statistics? Curious how it performs on basic queries that return multiple objects, and how that compares vs pipelined requests using raw redis commands.
Thanks
Hey @yegors, thanks for showing interest!
Well, I do not have any specific performance benchmarks / statistics for the module yet. Although, the module is being used extensively by askgitdev/askgit and couple of private projects as well.
And what I have found in those cases is that the module's overhead is mostly quite low with much of the performance optimisations coming from implementations themselves (as in implementation of virtual table and such).
That being said, I like the idea of having published memory + performance benchmarks, and so, will be tracking this request under #1 🙌