[ Paquet source : golang-github-armon-go-radix ]
Paquet : golang-github-armon-go-radix-dev (1.0.0+git20221118.54df44f-1)
Liens pour golang-github-armon-go-radix-dev
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source golang-github-armon-go-radix :
- [golang-github-armon-go-radix_1.0.0+git20221118.54df44f-1.dsc]
- [golang-github-armon-go-radix_1.0.0+git20221118.54df44f.orig.tar.xz]
- [golang-github-armon-go-radix_1.0.0+git20221118.54df44f-1.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
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.
Télécharger golang-github-armon-go-radix-dev
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 8,3 ko | 38,0 ko | [liste des fichiers] |