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

No need to put Oracle into Arc #180

Merged
merged 1 commit into from
Feb 5, 2025
Merged

No need to put Oracle into Arc #180

merged 1 commit into from
Feb 5, 2025

Conversation

gsserge
Copy link
Contributor

@gsserge gsserge commented Feb 4, 2025

  • No Arc means no atomic increments and decrements for every commit due to Arc::clone().
  • The Oracle lock is moved to Core where it belongs.
  • Make Oracle's isolation methods accept immutable &Transaction instead of &mut Transaction.

@gsserge gsserge requested a review from arriqaaq February 4, 2025 19:07
@gsserge gsserge merged commit 5f7bc7f into main Feb 5, 2025
9 checks passed
@gsserge gsserge deleted the oracle_arc branch February 5, 2025 11:19
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.

2 participants