clj-commons / camel-snake-kebab

A Clojure[Script] library for word case conversions
https://clj-commons.org/camel-snake-kebab/
Eclipse Public License 1.0
475 stars 48 forks source link

Optimize character comparisons #45

Closed ryfow closed 3 years ago

qerub commented 3 years ago

Sorry, I am closing this PR because even though your logical expression is faster to evaluate it is much harder to understand. If speed is an issue, use a cache and/or avoid the generic separator.