ysq
74781e5cbe
perf: implement SIMD-accelerated event processing and optimize streaming performance
...
- Add SIMD utilities for fast byte array comparison and discriminator matching
- Optimize event processor with batch processing and memory pool
- Refactor global state management with concurrent data structures
- Remove deprecated batch processing module
- Enhance metrics collection with reduced overhead
- Improve parser efficiency across all protocol implementations
- Add performance benchmarking dependencies (criterion, wide)
- Update documentation and examples for new architecture
Performance improvements:
- SIMD-accelerated byte operations for instruction parsing
- Concurrent HashMap (DashMap) for better multi-threading
- Optimized memory allocation patterns
- Reduced lock contention in event processing pipeline
Breaking changes: Removed batch.rs module, updated parser interfaces
2025-08-31 22:18:18 +08:00
ysq
b535bdf052
perf: Major event processing system refactor for improved performance
2025-08-29 14:59:16 +08:00
ysq
9ea4dab4df
perf: Major event processing system refactor for improved performance
2025-08-27 21:31:31 +08:00
ysq
dee683396d
perf: Refactor event processing system for better performance
2025-08-26 17:57:39 +08:00
ysq
9ec7194d2a
feat: add subscription management and graceful shutdown support (v0.3.6)
...
- Add SubscriptionHandle for managing stream lifecycle
- Implement graceful shutdown with stop() methods
- Update documentation with new features
- Bump version to 0.3.6
2025-08-21 15:47:31 +08:00
ysq
a9ceaa55d3
feat: refactor shred streaming with modular architecture
2025-08-18 01:08:12 +08:00
ysq
97faba9406
feat: Major refactor with batch processing and performance optimization
...
- Refactor streaming architecture with modular grpc components
- Add batch processing system with backpressure strategies
- Implement performance monitoring and metrics collection
- Add multi-protocol parser with block metadata support
- Enhance configuration system with preset profiles
- Add parse_tx_events example and update documentation
- Optimize yellowstone_grpc client complexity
2025-08-11 01:04:16 +08:00
wood
d68bdc1d76
fix channel is full
2025-08-04 21:30:55 +08:00
wood
4c90931e28
events optimization
2025-08-03 05:37:04 +08:00
ysq
0a4be48b99
feat: add event processing time tracking (v0.1.6)
...
- Add processing duration monitoring
- Update all protocol parser interfaces
- Improve PumpFun dev address detection
- Bump version to 0.1.6
2025-07-29 14:48:43 +08:00
wood
3b89ca381c
add block_time and block_time_ms
2025-07-25 15:32:05 +08:00
ysq
9e34a01874
feat: refactor to multi-protocol event streaming system
...
Major architectural refactor, upgrading from simple logging system to comprehensive multi-protocol Solana DEX event streaming system:
✨ New Features:
- Support for 5 DEX protocols: PumpFun, PumpSwap, Bonk, Raydium CPMM, Raydium CLMM
- Implement unified event interface (UnifiedEvent trait) and event factory pattern
- Add dual streaming support: Yellowstone gRPC and ShredStream
- Add Chinese documentation (README_CN.md)
🏗️ Architectural Improvements:
- Refactor event parsing system with modular design
- Implement protocol-specific parsers and event types
- Optimize dependency management, update Cargo.toml
- Remove legacy logging modules, clean up redundant code
📊 Statistics:
- Added 46 files, 4511 lines of code
- Removed 1381 lines of legacy code
- Net addition of 3130 lines of code
Tech Stack:
- Rust async/await for asynchronous processing
- Protocol Buffers support
- Multi-protocol event parsing
- High-performance event stream subscription
2025-07-19 23:46:42 +08:00