專案描述

The Judy library provides fully dynamic arrays.
These arrays may be indexed by a 32- or 64-
bit word size, a null terminated string, or an
array-of-bytes plus length. A dynamic array
(sparsely populated) can also be thought of as
a mapping function or associative memory.
These arrays are both speed- and memory-
efficient across a wide range of index set
types (sequential, periodic, clustered,
random). Their speed and memory usage are
typically better than storage models such as
skiplists, linked lists, binary, ternary, b-trees,
or even hashing, and improves with very large
data sets.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

您的評分
撰寫專案評