initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Optimize case-insensitive string handling #345

Open MikkelPaulson opened 4 months ago

MikkelPaulson commented 4 months ago

CaseInsensitiveStr is a good try, but there are a lot of unnecessary kludges in there. It's likely that simpler code will actually be faster.

This is a good opportunity to introduce a new common_prefix_ci method, which will be valuable for #338.