MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 897f36122f Bolt: Optimize ci_validate_repo.py with chunked I/O and early exit
- Refactored scripts/ci_validate_repo.py to use a single-pass validation approach.
- Implemented early size check using stat() to avoid processing huge files.
- Added chunked binary reading (64KB chunks) for NUL byte detection to minimize memory overhead.
- Combined size and NUL byte checks into a unified validate_files() function.

Expected impact: Significant reduction in memory usage for large files and slightly faster execution in CI environments.
2026-02-20 17:17:00 +00:00
..
bolt.md Bolt: Optimize ci_validate_repo.py with chunked I/O and early exit 2026-02-20 17:17:00 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00