Module performance

Module performance 

Source
Expand description

Performance optimization utilities for Apex SDK

This module provides utilities for optimizing blockchain operations, including batching, parallel execution, and caching strategies.

Structs§

AsyncMemo
Async memoization for expensive computations
BatchConfig
Configuration for batch processing
ConnectionPool
Connection pool manager with health checks
RateLimiter
Rate limiter for API calls

Functions§

batch_execute
Execute operations in batches with parallelism
parallel_execute
Execute multiple async operations in parallel with timeout