cm0002@lemmy.world to Linux@programming.dev · 4 days agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square118fedilinkarrow-up1285arrow-down17
arrow-up1278arrow-down1external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 4 days agomessage-square118fedilink
minus-squaresoc@programming.devlinkfedilinkarrow-up1arrow-down1·edit-22 days agoThat –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.
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up1arrow-down1·2 days 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).
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.
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).