Files
sol-trade-sdk/src/trading/core/mod.rs
T
ysq eddac7a679 perf: optimize trade executor performance and reduce memory usage
- Implement singleton pattern for TradeFactory
- Replace TradeTimer with direct Instant measurements
- Optimize PumpFun instruction building and parallel execution
- Reduce unnecessary clones and improve memory allocation
- Simplify address lookup table management
2025-09-07 18:07:45 +08:00

4 lines
67 B
Rust
Executable File

pub mod params;
pub mod traits;
pub mod executor;
pub mod parallel;