mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 02:40:56 +00:00
- 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.
|
||
|---|---|---|
| .. | ||
| bolt.md | ||
| deploy.yml | ||