toss / es-toolkit

A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
https://es-toolkit.slash.page
Other
6.71k stars 308 forks source link

feat: add `upperCase` function #402

Closed mattiacoll closed 1 month ago

mattiacoll commented 2 months ago

Solves issue #304

Benchmark

Screenshot 2024-08-20 alle 12 02 27

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 0:06am
raon0211 commented 2 months ago

For long strings, we might try with the manual for loops instead of Array#map -- probably that's the reason why we are slow if the text is long.