Leaner hot path: eliminated per-message allocations & syscalls

The message-routing fast path was rebuilt: a 36KB per-message ring copy replaced with a circular write index, a per-message heap allocation and no-match leak removed from routing, header receive reduced to a single allocation, and six redundant syscalls stripped from every send/read cycle.

This entry was posted in Products News. Bookmark the permalink.

Leave a Reply