panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.61k stars 136 forks source link

Optimization Interests? #59

Open Neur0plasticity opened 3 years ago

Neur0plasticity commented 3 years ago

Scripts are cool for frontend. But serverside needs performance.

Chaining the string methods practically causes reloops per chain.

How about synthesizing methods together for one loop?

Starting the project in a few a days.