sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.1k stars 160 forks source link

benchmark comparisons with other alternatives #375

Open meftunca opened 7 months ago

meftunca commented 7 months ago

Let's do a benchmark comparison with Lodash and other libraries. Let's also create examples and benchmark tests about the algorithms. I know it's a big job, but with these new benchmarks, we can better identify performance deficiencies and make performance-oriented improvements together.

stefaanMLB commented 5 months ago

@meftunca many have noticed that this repo is - unfortunately - not being maintained anymore. What's the point of making benchmakrs then ?

meftunca commented 5 months ago

@stefaanMLB What do you mean? The last update was two weeks ago. If the development has stopped, there should be a general notification.

NinjaDevRN commented 1 month ago

@meftunca Lodash repo is not being maintained. What are the other alternatives?

stefaanMLB commented 1 month ago

try radashi

aleclarson commented 1 month ago

Over at radashi-org/radashi, we are planning on getting benchmarks set up. After that, we'd be open to adding Lodash comparison benchmarks for Radashi functions that overlap with existing Lodash functions.

meftunca commented 1 month ago
aleclarson commented 1 month ago

Hi @meftunca, we'll definitely try to compare Radashi against all major competitors, except for those whose philosophy is vastly different (Ramda.js and Lazy.js) and those that are seemingly antiquated (Underscore). People who never made the switch from Underscore to Lodash are not really a priority. People who prefer point-free, functional programming aren't a priority either.