proxy.golang.org : github.com/plar/go-adaptive-radix-tree : v1.0.5
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 -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/plar/[email protected]
Published:
Indexed:
- github.com/stretchr/testify v1.8.1