On Mon, 25 May 2026 12:36:39 +0200 Mattias Rönnblom <[email protected]> wrote:
> This RFC introduces fastmem, a general-purpose small-object allocator > for DPDK. It is intended to replace per-type mempools with a single > allocator that handles arbitrary sizes, grows on demand, and matches > mempool-level performance on the hot path. Makes sense, what a simple wrapper inline to allow full replacement testing/performance A/B comparison?

