Alle Optionen
buster  ] [  bullseye  ] [  bookworm  ] [  bookworm-backports  ] [  trixie  ] [  sid  ]
[ Quellcode: golang-github-armon-go-radix  ]

Paket: golang-github-armon-go-radix-dev (1.0.0+git20221118.54df44f-1)

Links für golang-github-armon-go-radix-dev

Screenshot

Debian-Ressourcen:

Quellcode-Paket golang-github-armon-go-radix herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

Golang implementation of Radix trees

Provides the radix package that implements a radix tree. The package only provides a single Tree implementation, optimized for sparse nodes.

As a radix tree, it provides the following:

 - O(k) operations. In many cases, this can be faster than a hash table since
   the hash function is an O(k) operation, and hash tables have very poor cache
   locality.
 - Minimum / Maximum value lookups
 - Ordered iteration

For an immutable variant, see go-immutable-radix.

This package contains the source.

golang-github-armon-go-radix-dev herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
all 8,3 kB38,0 kB [Liste der Dateien]