Paquet : triehash (0.3-3)
Liens pour triehash
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source triehash :
Responsable :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
Generates perfect hash functions as native machine code
TrieHash generates perfect hash functions as C code which then gets compiled into optimal machine code as part of the usual program compilation.
TrieHash works by translating a list of strings to a trie, and then converting the trie to a set of recursive switch statements; first switching by length, and then switching by bytes.
TrieHash has various optimizations such as processing multiple bytes at once (on GNU C), and shortcuts for reducing the complexity of case-insensitive matching (ASCII only). Generated code performs substantially faster than gperf, but is larger.
TrieHash was written for use in APT.
Autres paquets associés à triehash
|
|
|
|
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
Télécharger triehash
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 12,0 ko | 41,0 ko | [liste des fichiers] |