Skip to content

Commit

Permalink
Updating a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jan 6, 2017
1 parent 954e28a commit 8286afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We can group the results in a few categories:

* all rounders (hashlru, lru-native, modern-lru, lru-cache) where the performance
to add update and evict are comparable.
* fast-write, slow-evict (lru_cache, tiny-lur, lru, simple-lru-cache, lru-fast) these have better set/update times, but for some reason are quite slow to evict items!
* fast-write, slow-evict (lru_cache, tiny-lru, lru, simple-lru-cache, lru-fast) these have better set/update times, but for some reason are quite slow to evict items!
* slow in at least 2 categories (mkc, faster-lur-cache, secondary-cache)

## Discussion
Expand Down

0 comments on commit 8286afa

Please sign in to comment.