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

Allow threads on closes and cleanup functions #104

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

GodTamIt
Copy link
Contributor

@GodTamIt GodTamIt commented Dec 13, 2023

These functions can induce a decent amount of I/O and take a while, so allowing threading on them is reasonable here.

These functions can induce a decent amount of I/O and take a while, so
allowing threading on them is reasonable here.
@GodTamIt
Copy link
Contributor Author

@Congyuwang FYI that I've made rust-rocksdb/rust-rocksdb#849 upstream so we can drop the GIL for compaction as well.

@Congyuwang Congyuwang merged commit 0501998 into Congyuwang:main Dec 14, 2023
24 checks passed
@Congyuwang
Copy link
Owner

@Congyuwang FYI that I've made rust-rocksdb/rust-rocksdb#849 upstream so we can drop the GIL for compaction as well.

Good. I would merge this PR into rust-rocksdb/rocksdict later.

@Congyuwang
Copy link
Owner

@GodTamIt Upstream commits merged into tag: v0.23.0+8.9.1.

@GodTamIt GodTamIt deleted the allow-threads-closing branch December 14, 2023 19:45
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.

None yet

2 participants