From 387e68581426aaacf39f1c7368662637dc3c4521 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Mon, 22 Jun 2026 17:42:17 -0400 Subject: [PATCH] docs: remove unsupported buffer pool claim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b82e10e..149a20a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The 21.4% performance improvement comes from SIMD-accelerated JSON parsing (1.77 ### Memory Architecture -Pre-allocated pools eliminate allocation latency spikes. Configurable book depth limiting prevents memory bloat. Hot data structures group frequently-accessed fields for cache line efficiency. +Configurable book depth limiting prevents memory bloat. Hot data structures group frequently-accessed fields for cache line efficiency. Allocation-sensitive hot paths are covered by targeted no-allocation tests where the implementation is currently allocation-free. ### Architectural Principles