Skip to content

Commit

Permalink
upgrade qdlist for faster LruCache
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Jan 22, 2019
1 parent 33b4714 commit ab7474b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ return the count of items stored under `key`
Change Log
----------

- 0.7.2 - faster LruCache
- 0.7.1 - LruCache much faster rewrite, fix LruCache1 count
- 0.6.2 - improve lrucache tests
- 0.6.1 - write LruCache unit tests, fix LruCache1 delete; 100% test coverage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qcache",
"version": "0.7.1",
"version": "0.7.2",
"description": "useful caches: ttl, lru, multi-value",
"license": "Apache-2.0",
"repository": {
Expand All @@ -24,7 +24,7 @@
],

"dependencies": {
"qdlist": "0.9.0",
"qdlist": "0.10.3",
"qtimebase": "1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ab7474b

Please sign in to comment.