go-radix 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.
aarch64: | go-radix-1.0.0nb4.tgz | (NetBSD 9.0) |
aarch64: | go-radix-1.0.0nb7.tgz | (NetBSD 9.0) |
earmv7hf: | go-radix-1.0.0nb7.tgz | (NetBSD 8.0) |
earmv7hf: | go-radix-1.0.0nb4.tgz | (NetBSD 8.0) |
earmv7hf: | go-radix-1.0.0nb7.tgz | (NetBSD 9.0) |
earmv7hf: | go-radix-1.0.0nb4.tgz | (NetBSD 9.0) |
i386: | go-radix-1.0.0nb4.tgz | (NetBSD 8.0) |
i386: | go-radix-1.0.0nb7.tgz | (NetBSD 8.0) |
i386: | go-radix-1.0.0nb4.tgz | (NetBSD 9.0) |
i386: | go-radix-1.0.0nb7.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb7.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb7.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb8.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb4.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb4.tgz | (NetBSD 8.0) |
x86_64: | go-radix-1.0.0nb4.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb7.tgz | (NetBSD 9.0) |
x86_64: | go-radix-1.0.0nb8.tgz | (NetBSD 9.0) |
Binary packages can be installed with pkgin or pkg_add(1). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.