Skip to content

Commit d84a308

Browse files
authored
developer-guide: Update B (#348)
B was changed in #317.
1 parent ecbc722 commit d84a308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Here's a quick overview in order of simplicty:
103103
it contains *2^B* elements.
104104

105105
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
106+
compile time constant, currently 5. In general a larger *B* improves lookup
107107
performance (shallower tree) but hurts modification (large nodes to copy when
108108
updating the spine of the tree).
109109

0 commit comments

Comments
 (0)