chunk-size.md
ฯ 0.0%
Dimensions
hemera/docs/explanation/chunk-size
Why 4 KB Chunks Ten independent lines of evidence converge on 4096 bytes as the optimal chunk size for verified streaming. 1. Field alignment 4096 = 2^12. Each chunk requires 74 absorptions + 1 binding = 75 permutations per leaf. Clean power-of-two alignment with the field arithmetic. 2. OS pageโฆ