Download raw body.
optimise reading the file index
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.
optimise reading the file index