Expand description
Performance optimization utilities for Apex SDK
This module provides utilities for optimizing blockchain operations, including batching, parallel execution, and caching strategies.
Structs§
- Async
Memo - Async memoization for expensive computations
- Batch
Config - Configuration for batch processing
- Connection
Pool - Connection pool manager with health checks
- Rate
Limiter - Rate limiter for API calls
Functions§
- batch_
execute - Execute operations in batches with parallelism
- parallel_
execute - Execute multiple async operations in parallel with timeout