From: Stefan Sperling Subject: Re: optimise reading the file index To: Omar Polo , Mark Jamsek , "Todd C. Miller" , Christian Weisgerber , gameoftrees@openbsd.org Date: Sun, 30 Jul 2023 12:39:40 +0200 On Sun, Jul 30, 2023 at 12:34:52PM +0200, Stefan Sperling wrote: > On Sun, Jul 30, 2023 at 11:45:45AM +0200, Omar Polo wrote: > > Another approach would be to use a different data structure. > > If you are interested in exploring this further: Oh, I now realize that a hash table might make a got_path_cmp() ordered walk a bit difficult. Maybe it could still be done efficiently with a secondary table index? In any case, if this doesn't help then drop it.