[ Источник: golang-github-armon-go-radix ]
Пакет: golang-github-armon-go-radix-dev (1.0.0-2)
Ссылки для golang-github-armon-go-radix-dev
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код golang-github-armon-go-radix:
- [golang-github-armon-go-radix_1.0.0-2.dsc]
- [golang-github-armon-go-radix_1.0.0.orig.tar.gz]
- [golang-github-armon-go-radix_1.0.0-2.debian.tar.xz]
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
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
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 7,5 Кб | 35,0 Кб | [список файлов] |