cm0002@lemmy.world to Linux · 24 days agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square114linkfedilinkarrow-up1290arrow-down17cross-posted to: [email protected]
arrow-up1283arrow-down1external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux · 24 days agomessage-square114linkfedilinkcross-posted to: [email protected]
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up1arrow-down1·23 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).
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).