Skip to content

Commit 8b01688

Browse files
committed
added implementation note for varints
1 parent 0d9fd40 commit 8b01688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Because aesthetically I prefer the code first. You already have to write your st
4747

4848
> Why varints?
4949
50-
So that we have no limitation on functions or lengths.
50+
So that we have no limitation on functions or lengths. Implementation note: you do not need to implement varints until the standard multihash table has more than 127 functions.
5151

5252
> What kind of varints?
5353

0 commit comments

Comments
 (0)