Release Notes
perf: cache static heightmap NBT and pool buffers in flush()
PR #3 by @elpomoika1 (commit e3ef0a9)
Optimized the hot path in flush() by precomputing the static NBT heightmap once at startup and reusing a sync.Pool for bytes.Buffer. This significantly reduces allocations and GC pressure under high load while keeping the wire protocol 100% unchanged.