all options
forky  ] [  sid  ]
[ Source: golang-github-dghubble-trie  ]

Package: golang-github-dghubble-trie-dev (0.1.0-2)

Links for golang-github-dghubble-trie-dev

Screenshot

Debian Resources:

Download Source Package golang-github-dghubble-trie:

Maintainer:

External Resources:

Similar packages:

Fast, zero heap allocation Go Trie for runes or paths (library)

Package trie implements rune-wise and path-wise Tries (https://en.wikipedia.org/wiki/Trie) optimized for Get performance and to allocate 0 bytes of heap memory (i.e. garbage) per Get.

A typical use case is to perform any Put or Delete operations upfront to populate the trie, then perform Get operations very quickly. The Tries do not synchronize access (not thread-safe).

When Tries are chosen over maps, it is typically for their space efficiency. However, in situations where direct key lookup is not possible (e.g. routers), tries can provide faster lookups and avoid key iteration.

Download golang-github-dghubble-trie-dev

Download for all available architectures
Architecture Package Size Installed Size Files
all 8.3 kB49.0 kB [list of files]