Release release-v1.2.4

Announcing release-v1.2.4

What’s Changed

  • Performance is multiplied by a factor of 10 depending on the data and tuning options.
  • Memory usage decreased roughly by 75%
  • SkipList is replaced by B+Tree in https://github.com/koculu/ZoneTree/pull/6
  • Added New WAL Mode = None in order to maximize insert speed for bulk operations.
  • Starting with this version, it is possible with ZoneTree to insert 100 Million integer key-value pairs in 20 seconds using WAL mode None.
  • Fixed several bugs.
  • Added B+Tree lock mode option.

Full Changelog: https://github.com/koculu/ZoneTree/compare/release-v1.2.1...release-v1.2.4

Last modified December 9, 2024: Site renewed (8cc1683)