• @soc@programming.dev
    link
    fedilink
    0
    edit-2
    3 days ago

    That –at best– gives you the same performance.

    EDIT: Ok, I misunderstood – you meant the performance of “case insensitive in kernel” vs. “case insensitive in userspace”. I get your point now.

    • @FooBarrington@lemmy.world
      link
      fedilink
      03 days ago

      No? Either the application implements its own case-insensitive index, or you’ll have strictly worse performance than an implementation in the file system. The application would have to make multiple syscalls (which have a fixed overhead).