We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbc722 commit d84a308Copy full SHA for d84a308
docs/developer-guide.md
@@ -103,7 +103,7 @@ Here's a quick overview in order of simplicty:
103
it contains *2^B* elements.
104
105
The number of bits of the hash value to use at each level of the tree, *B*, is a
106
-compiled time constant (i.e. 4). In general a larger *B* improves lookup
+compile time constant, currently 5. In general a larger *B* improves lookup
107
performance (shallower tree) but hurts modification (large nodes to copy when
108
updating the spine of the tree).
109
0 commit comments