rurban / nbperf

Improved NetBSD's Perfect Hash Generation Tool v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add --m32 like option for non 64bit targets

rurban opened this issue · comments

for smaller devices.
e.g. --m16 (AVR) or --m32 (arm).

the current limitation are the hash functions mostly, even with hashes16.

or just provide fnv32, fnv16, crc32, crc16 hashes

Done with the fnv32 and fnv16 hashes