On Sun, Oct 06, 2024 at 12:09:45PM +0100, Gavin Smith wrote: > Does it scale with the size of the input? Perhaps a certain part of > this 0.07 sec is fixed regardless of the size of the input file. Have > you tried it with a larger manual like glibc or elisp?
For libc, I get: 1.13s with hashmap versus 1.43s with linear search. -- Pat