すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  bookworm-backports  ] [  trixie  ] [  sid  ]
[ ソース: golang-github-armon-go-radix  ]

パッケージ: golang-github-armon-go-radix-dev (1.0.0-2)

golang-github-armon-go-radix-dev に関するリンク

Screenshot

Debian の資源:

golang-github-armon-go-radix ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

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 kB35.0 kB [ファイル一覧]