Fix undeterministic output bug, clean up workers code, make prettier status messages and refactor cli/workers/stats division.

This commit is contained in:
2026-01-03 20:10:14 +00:00
parent 75d42cf0d5
commit a71bb0f0d4
7 changed files with 568 additions and 393 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def _open_output(
oseek: int = 0,
) -> tuple[int, bool]:
"""Open output file descriptor, preallocate and apply platform hints.
Returns:
Tuple of (file descriptor, whether we created the file)
"""