Module pools

Source
Expand description

High-performance memory pools for HFT applications

Provides zero-allocation object pooling for critical trading system components. All pools are designed for maximum throughput and minimal latency.

Re-exports§

pub use generic_pool::GenericPool;
pub use generic_pool::PoolFactory;
pub use generic_pool::PoolStats;
pub use generic_pool::Poolable;
pub use order_pool::OrderPoolFactory;
pub use order_pool::OrderPoolTemplate;
pub use order_pool::borrow_from_global_pool;
pub use order_pool::global_pool_stats;
pub use order_pool::return_to_global_pool;
pub use order_pool::set_global_order_pool;
pub use order_pool::with_global_order_pool;

Modules§

generic_pool
Generic high-performance object pool for HFT applications
order_pool
High-performance memory pool for order objects