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

Is there a benchmark result? #9

Closed
jovany-wang opened this issue May 23, 2020 · 3 comments
Closed

Is there a benchmark result? #9

jovany-wang opened this issue May 23, 2020 · 3 comments

Comments

@jovany-wang
Copy link

No description provided.

@begeekmyfriend
Copy link
Owner

Run xxx_test.c.

@jovany-wang
Copy link
Author

Thanks. BTW, Is this able to get a higher performance than skiplist in Redis?

@begeekmyfriend
Copy link
Owner

I am afraid it hard to perform much better in order of magnitudes than Redis since the implementations are nearly the same. The small difference in my code is I am using double linked list and you can traverse in reverse. And the implementation without rank would run much faster than that with rank.

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