Module fast_message

Expand description

Fast Message Types for High-Performance Communication

Provides optimized message types that avoid dynamic dispatch and reduce allocations for critical path operations.

Structs§

MessagePool
Message pool for reusing message instances

Enums§

FastMessage
Fast message variant for high-performance operations