perf: Major event processing system refactor for improved performance

This commit is contained in:
ysq
2025-08-29 14:59:16 +08:00
parent 218abd3aa4
commit b535bdf052
23 changed files with 1557 additions and 894 deletions
+1
View File
@@ -2,4 +2,5 @@ pub mod common_event_parser;
pub mod traits;
pub mod account_event_parser;
pub mod macros;
pub mod global_state;
pub use traits::{EventParser, UnifiedEvent};