Commit Graph
2 Commits
Author SHA1 Message Date
JestDotty 93cf77cb96 refactor: extract parser module with muncher and for_loops submodules from main.rs
Move Stats processing methods into dedicated parser module with separate muncher and for_loops implementations, update .gitignore to exclude test_books directory, and simplify README to remove outdated benchmark instructions
2025-10-04 13:18:03 +00:00
JestDotty 144fc9b2ac chore: add rayon parallel dependency and release profile optimizations to jest_rust
Add rayon 1.10.0 as a dependency in Cargo.toml and refactor Stats processing into a dedicated method that uses `par_iter()` for parallel file processing. Configure release profile with thin LTO, disabled debug symbols, and abort-on-panic for maximum runtime performance. Update README with build and benchmark integration instructions for the jest_rust project.
2025-03-24 01:39:12 +00:00