Hey everyone,
I've just released a new Python library for text case conversion and I'm wondering if there's a way to speed up this part of the code:
Here, I loop over the text, checking various boundary conditions to split and convert words (see https://zobweyt.github.io/textcase/learn/cases/ for more details).
It seems to me that this algorithm is not the best. Any ideas or alternative approaches to improve its performance?
Thanks a lot for your help!