Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance benchmarks? #3

Open
yegors opened this issue Sep 22, 2021 · 1 comment
Open

Performance benchmarks? #3

yegors opened this issue Sep 22, 2021 · 1 comment

Comments

@yegors
Copy link

yegors commented Sep 22, 2021

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

@riyaz-ali
Copy link
Owner

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 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants