Commit Graph
5 Commits
Author SHA1 Message Date
WoodandCursor fd2bd0426c chore: add .DS_Store to .gitignore
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 02:39:26 +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 f700481f1f chore: release v0.1.10 with event ID generation and cache fixes 2025-08-05 14:40:07 +08:00
William c9f0241de2 fix buy 2025-01-09 00:12:43 +08:00
WilliamandGitHub 7d022ed626 Initial commit 2024-12-31 16:42:24 +08:00