caiogondim / fast-memoize.js

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

Do you have stats that include reselect? #5

Open leonardoanalista opened 8 years ago

leonardoanalista commented 8 years ago

reselect Is mainly used with redux. I use redux but am open to look at other libraries for memoization.

Thanks Leonardo

caiogondim commented 8 years ago

Hello Leonardo. Could you give an URL for the project you mention? Maybe we can work together to the memoization library.

leonardoanalista commented 8 years ago

This is the one: https://github.com/reactjs/reselect. It would be great if you add this to your performance tests. I would love to see the results.

thanks Leonardo

oyeanuj commented 7 years ago

@caiogondim Also very interested in this!

JuliusKoronci commented 7 years ago

I found this test https://jsperf.com/reselect-vs-ramda-vs-fast-memoize which shows reselect being faster PS: you need to run the test manually :) But I actually replaced reselect with fastMemoize :)