proxy.golang.org : github.com/plar/go-adaptive-radix-tree/v2
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: Output: 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/plar/go-adaptive-radix-tree/v2
Keywords:
go
, trie
License: MIT
Latest release: 6 months ago
First release: 6 months ago
Namespace: github.com/plar/go-adaptive-radix-tree
Stars: 385 on GitHub
Forks: 57 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago