Skip to content

fix race condition, improve perf in prefix scan #39

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

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

v9n
Copy link
Member

@v9n v9n commented Nov 21, 2024

it isn't safe to use .Key and .Value directly. The memory is shared. We should copy data out instead.

Also improve the key prefetching perf.

@v9n v9n merged commit 95d05e2 into main Nov 21, 2024
4 checks passed
@v9n v9n deleted the fix-race-condition-and-improve-perf branch November 21, 2024 09: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