Skip to content

Commit

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

* [lru](https://github.com/chriso/lru) – A simple LRU cache supporting O(1) set, get and eviction of old keys.
* [async-cache](https://github.com/isaacs/async-cache)Cache your async lookups and don't fetch the same thing more than necessary.
* [async-lur](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.

#### Benchmark

Expand Down

0 comments on commit 8ac10c6

Please sign in to comment.