Releases: l00pss/treego
Releases · l00pss/treego
v1.0.0
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