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

Version v0.4.0 #100

Closed
wants to merge 8 commits into from
Closed

Version v0.4.0 #100

wants to merge 8 commits into from

Conversation

Congyuwang
Copy link
Owner

  • Breaking change: get() and __getitem__() no longer accept list, which is moved to multi_get(). This could potentially improve efficiency of get() by reducing argument type check.
  • Rocksdb now supports python multithreading by using allow_threads. Performance improvement benchmark will be done later.

@Congyuwang
Copy link
Owner Author

Performance regression due to GIL contention overhead.

@Congyuwang Congyuwang closed this Dec 5, 2023
@Congyuwang Congyuwang deleted the multithreading branch May 15, 2024 05:35
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

Successfully merging this pull request may close these issues.

1 participant