proxy.golang.org : github.com/perlin-network/trie
Package trie implements several types of performant Tries (e.g. rune-wise, path-wise). The implementations are optimized for Get performance and to allocate 0 bytes of heap memory (i.e. garbage) per Get. The Tries do not synchronize access (not thread-safe). A typical use case is to perform Puts and Deletes upfront to populate the Trie, then perform Gets very quickly.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/perlin-network/trie
License: MIT
Latest release: almost 6 years ago
First release: almost 6 years ago
Namespace: github.com/perlin-network
Stars: 1 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago