cm0002@lemmy.world to Linux@programming.dev · 2 days agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square101fedilinkarrow-up1268arrow-down16
arrow-up1262arrow-down1external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 2 days agomessage-square101fedilink
minus-squaresoc@programming.devlinkfedilinkarrow-up1arrow-down1·edit-29 hours 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·9 hours 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).