Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "good-dag", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "fast expandable directed acyclic graph using linked lists", | ||
@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", |
@@ -170,4 +170,4 @@ # good-dag | ||
stick around for a long time, or if you just don't want to blow | ||
more than 64kb per block: set `blockSize` to `65536`. Each | ||
block will allocate 64kb. | ||
more than 128kb per block: set `blockSize` to `65536`. Each | ||
block will allocate 128kb. | ||
- way more than 10m items (like billions), _and_ the DAG object | ||
@@ -174,0 +174,0 @@ is going to stick around for a long time (like a long-lived |
39550