this post was submitted on 25 Apr 2025
279 points (97.6% liked)
Linux
7121 readers
953 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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).