Skip to content
Sections
>> Trisquel >> 套件 >> nabia >> devel >> golang-github-armon-go-radix-dev
etiona  ] [  nabia  ] [  aramo  ]
[ 原始碼: golang-github-armon-go-radix  ]

套件: golang-github-armon-go-radix-dev (1.0.0-1)

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.3 kB34 kB [文件列表]