On Tue, Jul 24, 2018 at 07:01:36PM +0000, coypu%sdf.org@localhost wrote: > hi netbsd, > > if I were to state I totally need hashtables, what already existing API > would you tell me to use instead? The kernel has lots of hash tables in it. If a hash table is the right datastructure for your purpose, why do something else? Thor