Bruno Haible via Gnulib discussion list <bug-gnulib@gnu.org> writes: > GNU gperf now uses Gnulib: A 30% speedup of gperf is realized through the > gnulib module 'hash-map'.
Nice improvement and congrats on the new release. Out of curiosity though, why not use std::unordered_map [1]? Is C++ standard library not portable enough? Collin [1] https://en.cppreference.com/w/cpp/container/unordered_map