Skip to content

B+-Tree written in Rust (just for experiment and school work)

Notifications You must be signed in to change notification settings

akkyie/bptree_rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B+-木

B+-treeを実装してみたもの

どうせならってことでRustで書いてみた.所有権とかRefCellのあたりが特に難しかった

動かし方

  1. (rustupで)Rustを導入する
  2. rustup install nightly (nightly版の導入)(unstableなAPIを使っているため)
  3. このディレクトリに入り rustup override nightly (このディレクトリだけnightlyをつかう設定)
  4. cargo runmain.rs の中身を実行可能

About

B+-Tree written in Rust (just for experiment and school work)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%