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

call `String/length` instead of `count` #44

Closed ryfow closed 6 years ago

ryfow commented 6 years ago

.length is roughly 5% faster for me

ryfow commented 6 years ago

I wasn't thinking about Clojurescript yesterday and didn't notice the test-all alias. This now deals passes the test-all suite.

qerub commented 6 years ago

Thanks! 🙇