Add eventenvelope codec with support for Submission and Result envelopes, implement EstimateSize, and increase buffer capacity

This commit is contained in:
2025-08-30 14:43:32 +01:00
parent 431f37763d
commit faa527756b
5 changed files with 309 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import (
const (
// BufferSize is the size of each buffer in the pool (1kb)
BufferSize = units.Kb / 2
BufferSize = units.Kb
)
type B []byte