MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 601ad017b7 Bolt: optimize repository validation with single-pass chunked reading
- Consolidate size and NUL byte checks into a single `validate_files` function to reduce I/O.
- Use `p.stat()` for early size checks before reading file content.
- Implement chunked binary reading (64KB chunks) to minimize memory footprint.
- Add early exit on NUL byte detection within chunks.
- Add OSError handling for improved robustness.

Impact: Constant memory overhead (~64KB per file) and reduced system calls during CI validation.
2026-02-17 17:23:54 +00:00
..
bolt.md Bolt: optimize repository validation with single-pass chunked reading 2026-02-17 17:23:54 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00