Skip to content

Releases: romz-pl/b-plus-tree

Release 1.1

29 Oct 19:57
875492b
Compare
Choose a tag to compare
  • Simplified code

  • static_cast eliminated

  • Black-box tests

  • std::touple and std::pair replaced

Release 1.0

28 Oct 10:56
dc2ea71
Compare
Choose a tag to compare
  • Fully functional B+ tree implementation

  • Key is int64 type

  • Value is a variable length string.