Skip to content

Release v2.3.0

Compare
Choose a tag to compare
@roseduan roseduan released this 18 Aug 10:13
· 33 commits to main since this release

馃殌 New Features

  • use BTree as the default memory data structure.
    • the old Radix will be removed, and the iterator too.

馃帬 Community

  • Thanks to @Jeremy-Run
    • remove merge file after tests (#250)
    • replace original file and rebuilt index after merge (#255)
  • Thanks to @SYaoJun
    • fix: single quote error in README (#256)
  • Thanks to @weijiew
    • add btree Ascend銆丏escend method and unitest. (#257)