SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

triehash rpm build for : Fedora 37. For other distributions click triehash.

Name : triehash
Version : 0.3 Vendor : Fedora Project
Release : 10.fc37 Date : 2022-07-23 13:05:25
Group : Unspecified Source RPM : triehash-0.3-10.fc37.src.rpm
Size : 0.03 MB
Packager : Fedora Project
Summary : Generator for order-preserving minimal perfect hash functions in C
Description :
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.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/t

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  triehash-0.3-10.fc37.noarch.rpm
ftp.icm.edu.pl  triehash-0.3-10.fc37.noarch.rpm
     

Provides :
triehash

Requires :
/usr/bin/perl
perl(:MODULE_COMPAT_5.36.0)
perl(Getopt::Long)
perl(strict)
perl(utf8)
perl(warnings)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/triehash
/usr/share/doc/triehash
/usr/share/doc/triehash/README.md
/usr/share/licenses/triehash
/usr/share/licenses/triehash/LICENSE.md
/usr/share/man/man1/triehash.1.gz

 
ICM