"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: optimise reading the file index
To:
Omar Polo <op@omarpolo.com>, Mark Jamsek <mark@jamsek.com>, "Todd C. Miller" <millert@openbsd.org>, Christian Weisgerber <naddy@mips.inka.de>, gameoftrees@openbsd.org
Date:
Sun, 30 Jul 2023 12:39:40 +0200

Download raw body.

Thread
  • Mark Jamsek:

    optimise reading the file index

  • Christian Weisgerber:

    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.
    
    
  • Mark Jamsek:

    optimise reading the file index

  • Christian Weisgerber:

    optimise reading the file index