Skip to content

Commit

Permalink
Update resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 5, 2017
1 parent 8ac10c6 commit 6638520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#### Cache

* [lru](https://github.com/chriso/lru) – A simple LRU cache supporting O(1) set, get and eviction of old keys.
* [async-lur](https://github.com/feross/async-lru) – Like LRU but for async calls.
* [async-lru](https://github.com/feross/async-lru) – Like LRU but for async calls.
* [mem](https://github.com/sindresorhus/mem) - An optimization used to speed up consecutive function calls.
* [memo-async-lru](https://github.com/feross/memo-async-lru) – Memoize Node.js style callback-last functions, using an in-memory LRU store.

Expand Down

0 comments on commit 6638520

Please sign in to comment.