mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-07-27 20:47:46 +00:00
Merge pull request #51 from floor-licker/docs/remove-buffer-pool-claim
docs: remove unsupported buffer pool claim
This commit is contained in:
@@ -81,7 +81,7 @@ The 21.4% performance improvement comes from HTTP/2 tuning with 512KB stream win
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user