Skip to content

Commit ed5a57e

Browse files
committed
Merge branch 'master' of github.com:theKashey/memoize-state
2 parents d45a6eb + c9bc30e commit ed5a57e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ memoize-state
1212
>Caching (aka memoization) is very powerful optimization technique - however it only makes sense when maintaining the cache itself and looking up cached results is cheaper than performing computation itself again.
1313
[You don't need WASM to speed up JS](http://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html)
1414

15+
__Blazing fast usage-tracking based selection and memoization library__, which always works....
16+
1517
Read me - [How I wrote the world’s fastest memoization library](https://dev.to/thekashey/how-i-wrote-the-world-s-fastest-memoization-library-34io)
1618

19+
20+
1721
__Reselect__? Memoize-one? Most of memoization libraries remembers the parameters you provided, not what you did inside.
1822
Sometimes is not easy to achive high cache hit ratio. Sometimes you have to _think_ about how to properly dissolve computation into the _memoizable_ parts.
1923

0 commit comments

Comments
 (0)