Skip to content

B-Tree 実装 #3

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

B-Tree 実装 #3

wants to merge 2 commits into from

Conversation

hmarui66
Copy link
Owner

@hmarui66 hmarui66 commented Mar 1, 2023

概要

行レベルのロックを対応した B-Tree を実装する。

仕様(予定)

  • B+Tree
    • Sibling リンクは持たない
    • High Key は持たない
  • 範囲検索に対応
  • 削除時に同期的にマージもおこなう
  • リバランシングに対応

@hmarui66 hmarui66 changed the title Btree実装 B-Tree 実装 Mar 1, 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.

1 participant