This commit is contained in:
2026-06-05 19:43:01 +00:00
parent db5ecd3dfd
commit 05eea3b279
16 changed files with 1187 additions and 724 deletions

View File

@@ -2,4 +2,7 @@ package chunkenc
const eps = 0.000001
const flagLiteral = 128
const (
flagLiteral = 128
minBufferSize = 1024
)