Skip to content

Releases: DevAM-Tools/BTree

4.0.0

01 Dec 18:31

Choose a tag to compare

Add comprehensive stress tests for BTree and BPlusTree implementations

  • Introduced a new stress test suite in BTree.Test/BTree/StressTest.cs to validate the integrity and performance of BTree and BPlusTree under various scenarios.
  • Implemented tests for large dataset insertion and removal, random insert/remove operations, alternating insert/remove patterns, and sequential operations.
  • Enhanced BPlusTree and BTree classes to support efficient leaf node traversal and iteration using callback interfaces for high-performance scenarios.
  • Updated project files to support multiple target frameworks (netstandard2.0, net6.0, net8.0, net10.0) and incremented version to 4.0.0.
  • Added new interfaces for allocation-free iteration over BTree items to minimize delegate overhead.
  • Improved the Option struct for better performance in hot paths.
  • Updated README.md to reflect changes and provide clearer usage instructions.

3.0.1

22 Aug 14:21

Choose a tag to compare

-Update some links

-Switch to TUnit

v3.0.0

30 Jul 19:33

Choose a tag to compare

v2.0.1

17 Jul 18:19

Choose a tag to compare

v2.0.0

26 Jun 18:28

Choose a tag to compare

v1.2.1

24 Jun 13:11

Choose a tag to compare

v1.2.0

14 Jun 09:34

Choose a tag to compare

v1.1.0

07 Jun 12:35

Choose a tag to compare

v1.0.0

03 Jun 13:01

Choose a tag to compare