Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Tree-Trie | Distribution: Mageia |
Version: 1.900.0 | Vendor: Mageia.Org |
Release: 13.mga8 | Build date: Wed Feb 12 15:24:12 2020 |
Group: Development/Perl | Build host: localhost |
Size: 49315 | Source RPM: perl-Tree-Trie-1.900.0-13.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://search.cpan.org/dist/Tree-Trie | |
Summary: A data structure optimized for prefix lookup |
This module implements a trie data structure. The term "trie" comes from the word retrieval, but is generally pronounced like "try". A trie is a tree structure (or directed acyclic graph), the nodes of which represent letters in a word. For example, the final lookup for the word 'bob' would look something like "$ref->{'b'}{'o'}{'b'}{HASH(0x80c6bbc)}" (the HASH being an end marker). Only nodes which would represent words in the trie exist, making the structure slightly smaller than a hash of the same data set.
GPL
* Wed Feb 12 2020 umeabot <umeabot> 1.900.0-13.mga8 + Revision: 1506880 - Mageia 8 Mass Rebuild + wally <wally> - replace deprecated %makeinstall_std * Thu Sep 20 2018 umeabot <umeabot> 1.900.0-12.mga7 + Revision: 1287135 - Mageia 7 Mass Rebuild
/usr/share/doc/perl-Tree-Trie /usr/share/doc/perl-Tree-Trie/Changes /usr/share/doc/perl-Tree-Trie/META.yml /usr/share/doc/perl-Tree-Trie/MYMETA.yml /usr/share/doc/perl-Tree-Trie/README /usr/share/man/man3/Tree::Trie.3pm.xz /usr/share/perl5/vendor_perl/Tree /usr/share/perl5/vendor_perl/Tree/Trie.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:57:25 2025