General Tech

Show HN: ChaosTree – A zero-dependency Java tree library (AVL,RBT,B-Tree,B+Tree)

ChaosTree is a zero-dependency Java library that provides implementations of AVL Tree, Red-Black Tree, B-Tree, and B+Tree data structures, offering custom APIs and passing various testing frameworks. The library was built with a focus on performance, memory layout, and JVM behavior, and has been benchmarked against Java's built-in TreeMap and TreeSet.

Read the full article at github.com →