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

[C#] Implement Push iterators #817

Merged
merged 12 commits into from
Apr 20, 2023
Merged

[C#] Implement Push iterators #817

merged 12 commits into from
Apr 20, 2023

Conversation

TedHartMS
Copy link
Contributor

  • Implement push-based scan/iteration: caller supplies IScanIterationFunctions which are called in a loop by FASTER. This allows FASTER to control key locking as needed.
  • Limit pull-based scan/iteration (caller calls GetNext()) untilAddress to be below ReadOnlyAddress (due to locking requirements).

@TedHartMS TedHartMS requested a review from badrishc April 14, 2023 06:33
TedHartMS and others added 2 commits April 18, 2023 18:46
@badrishc badrishc merged commit 6a4c5a3 into main Apr 20, 2023
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