▲ | mmis1000 4 days ago | |||||||||||||||||||||||||||||||||||||||||||
You probably haven't see front-end projects that pulls tons of library for a simple sorting or grouping task. Sometimes even solvable with build-in array function alone. It's a true nightmare when you have to deal with that kind of projects. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | komali2 4 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||
What, like lodash? Some of those hail from a time that we didn't have a good set of native methods. So the library is just legacy'd in. But I do agree, lodash performance compared to native functions is crazy bad. | ||||||||||||||||||||||||||||||||||||||||||||
|