Expand description
High-performance memory pool for order objects
Provides zero-allocation order creation and recycling for HFT applications. Uses the generic pool with order-specific optimizations.
Structs§
- Order
Pool Factory - Factory for creating order pools
Functions§
- borrow_
from_ global_ pool - Placeholder functions that will be properly implemented when integrated with rusty_model These provide the expected interface but need proper typing Borrow an object from the global pool (generic version)
- global_
pool_ stats - Get statistics from the global pool
- return_
to_ global_ pool - Return an object to the global pool (generic version)
- set_
global_ order_ pool - Set the global order pool instance (to be called from application code)
- with_
global_ order_ pool - Get the global order pool instance (to be called from application code)
Type Aliases§
- Order
Pool Template - Type alias for order pool - will be configured with actual Order type when integrated with rusty_model