From 8b01688332fe6e2b5427d5b17217f820a47a9455 Mon Sep 17 00:00:00 2001 From: Juan Benet Date: Sun, 14 Aug 2016 00:37:35 -0400 Subject: [PATCH] added implementation note for varints --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15696cf..277d850 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Because aesthetically I prefer the code first. You already have to write your st > Why varints? -So that we have no limitation on functions or lengths. +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. > What kind of varints?