Paketname | libhash-fieldhash-perl |
Beschreibung | Perl module implementing a lightweight field hash |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.10-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | perl (>= 5.10.1-12), perlapi-5.10.1, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 17314 Byte |
Prüfsumme MD5 | 1c26892958dc64b914a9a25e245d006f |
Prüfsumme SHA1 | 546f0c715b1b0a10a2809e3913fa0f3348a1ae48 |
Prüfsumme SHA256 | e37c6a07cf7cd3abecf32af8c2d7e5e85903ed5e51152a8b176d12f2a1bf831d |
Link zum Herunterladen | libhash-fieldhash-perl_0.10-1_i386.deb |
Ausführliche Beschreibung | Hash::FieldHash provides the field hash mechanism which supports the
inside-out technique.
.
You may know Hash::Util::FieldHash. It's a very useful module, but too
complex to understand all the functions.
.
This is an alternative to Hash::Util::FieldHash with following features:
.
Simpler interface
.
Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
That's enough.
.
Higher performance
Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
use simpler structures.
|