caiogondim / fast-memoize.js

:rabbit2: Fastest possible memoization library
https://npm.im/fast-memoize
MIT License
2.58k stars 86 forks source link

explore adding reselect to the benchmarks #62

Open micahstubbs opened 6 years ago

micahstubbs commented 6 years ago

https://twitter.com/micahstubbs/status/922692646446841856

https://github.com/reactjs/reselect

may not be straightforward to test, as reselect may be doing other redux or markup specific things in addition to the core memoization functionality 🤔

sag1v commented 5 years ago

Came here for the same reason, to check how reselect compares with fast-memoize. Any results since you posted this?

micahstubbs commented 5 years ago

@sag1v not that I've seen, glad to hear that you are interested in this too.