MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 5d1ed2f793 Bolt: Optimized repository validation with single-pass chunked reading
- Combined size and NUL byte checks into a single-pass `validate_files` function.
- Implemented early size check using `p.stat().st_size` to avoid reading oversized files.
- Replaced `p.read_bytes()` with memory-efficient chunked binary reading (64KB chunks).
- Reduced redundant list traversals and syscalls.
- Improved CI reliability by minimizing memory pressure during validation.
2026-02-19 17:34:15 +00:00
..
bolt.md Bolt: Optimized repository validation with single-pass chunked reading 2026-02-19 17:34:15 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00