golang-go-patricia 2.3.2-1 source package in Ubuntu
Changelog
golang-go-patricia (2.3.2-1) unstable; urgency=medium * Team upload. * New upstream version 2.3.2 * Drop upstream patches, all supposedly fixed. -- Simon Josefsson <email address hidden> Mon, 20 Jan 2025 08:14:02 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-go-patricia_2.3.2-1.dsc | 2.5 KiB | 026b77be0bfbb5ecf0faaab9ccf6951f9a967c4be68ef0f203cba0f31fcb524f |
golang-go-patricia_2.3.2.orig.tar.gz | 12.2 KiB | 749957ac35c04c6418ea5baee567a530f1a2e259fe7c1319bf31db7d537fb479 |
golang-go-patricia_2.3.2-1.debian.tar.xz | 3.0 KiB | c8e9a9627cbb3f26153e2069fa91caca510d27ddb83ef14dac8a2079262a266f |
Available diffs
- diff from 2.3.1-1 to 2.3.2-1 (1.7 KiB)
- diff from 2.3.1-2 to 2.3.2-1 (1.6 KiB)
No changes file available.
Binary packages built by this source
- golang-github-tchap-go-patricia-dev: generic patricia trie (also called radix tree)
The patricia trie as implemented in this library enables fast visiting of items
in some particular ways:
.
1. visit all items saved in the tree,
2. visit all items matching particular prefix (visit subtree), or
3. given a string, visit all items matching some prefix of that string.
.
This package contains the source.