Skip to content

Minewire Server v.26.7.3

Latest

Choose a tag to compare

@dmitrymodder dmitrymodder released this 19 Jul 17:14

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.