[ Pakiet źródłowy: golang-github-armon-go-radix ]
Pakiet: golang-github-armon-go-radix-dev (1.0.0+git20221118.54df44f-1~bpo12+1)
Odnośniki dla golang-github-armon-go-radix-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego golang-github-armon-go-radix:
- [golang-github-armon-go-radix_1.0.0+git20221118.54df44f-1~bpo12+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~bpo12+1.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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.
Pobieranie golang-github-armon-go-radix-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 8,3 KiB | 37,0 KiB | [lista plików] |