2015-08-30 14:27 GMT+02:00 Reini Urban <rur...@cpan.org>: > I work on this here: > https://github.com/rurban/ExtUtils-Constant
uploaded with all fixes to pause as 0.23_01 without perms if this smokes clean will bump to 0.24 and add to core. Note that the current simple len-based switch scheme is nice, but I'll probably optimize it to bypass memcmp as described here: http://blogs.perl.org/users/rurban/2014/08/perfect-hashes-and-faster-than-memcmp.html which is 50% - 2000% faster and uses less memory. But it still uses much more memory than a normal perfect hash, 30% with 127 keys. -- Reini