proxy.golang.org : github.com/lyekumchew/go-adaptive-radix-tree
Package art implements an Adapative Radix Tree(ART) in pure Go. Note that this implementation is not thread-safe but it could be really easy to implement. The design of ART is based on "The Adaptive Radix Tree: ARTful Indexing for Main-Memory Databases" [1]. Usage Also the current implementation was inspired by [2] and [3] [1] http://db.in.tum.de/~leis/papers/ART.pdf (Specification) [2] https://github.com/armon/libart (C99 implementation) [3] https://github.com/kellydunn/go-art (other Go implementation)
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/lyekumchew/go-adaptive-radix-tree
License: MIT
Latest release: almost 5 years ago
First release: about 6 years ago
Namespace: github.com/lyekumchew
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago