Skip to content

Releases: l00pss/treego

v1.0.0

24 Dec 18:40

Choose a tag to compare

TreeGo v1.0.0

First stable release!

A high-performance, generic B-Tree implementation for Go with full type safety and O(log n) operations.

Features

  • Generic support for any comparable types
  • Efficient insertions, deletions, and lookups
  • Memory-optimized balanced tree structure
  • Go-idiomatic API

Installation

go get github.com/l00pss/treego@v1.0.0