MQL5-Google-Onedrive/.jules
google-labs-jules[bot] f4d989ecaa Bolt: optimize repo validation with os.walk and chunked reading
- Replaced pathlib.Path.rglob("*") with os.walk() for faster traversal (benchmarked at ~10x faster).
- Consolidated size and NUL byte checks into a single pass to minimize I/O and loop overhead.
- Implemented chunked binary reading (64KB buffer) for NUL byte detection to ensure O(1) memory usage.
- Improved overall script execution time by >50% for large file counts.
- Updated .jules/bolt.md with traversal efficiency findings.
2026-02-22 17:11:38 +00:00
..
bolt.md Bolt: optimize repo validation with os.walk and chunked reading 2026-02-22 17:11:38 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00