ysq
b71a83bf66
perf: add object pooling and enhanced metrics for streaming optimization
...
- Implement gRPC/shred connection pools for memory efficiency
- Add atomic processing time stats with auto-calibration clock
- Optimize event parsers and protocol handlers
- Refactor metrics system for advanced performance monitoring
2025-09-02 17:27:27 +08:00
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
218abd3aa4
perf: Major event processing system refactor for improved performance
2025-08-28 14:49:56 +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
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