this post was submitted on 25 Apr 2025
274 points (97.6% liked)

Linux

7115 readers
304 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] soc@programming.dev 0 points 2 days ago* (last edited 2 days ago) (1 children)

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 0 points 2 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).