cm0002@lemmy.world to Linux@programming.dev · 1 year agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square116fedilinkarrow-up1288
arrow-up1288external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 1 year agomessage-square116fedilink
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up1·1 year agoNo? 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).
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).