Rewriting hash_worker() to export file_hashes.txt

This commit is contained in:
2026-03-07 11:54:13 +01:00
parent 417dbad374
commit b5667e0463
3 changed files with 50 additions and 3 deletions

View File

@@ -17,3 +17,5 @@ Add sleep() and SwitchToThread() to limit spinning
v3.3: Fix bug slots used before initialization,compare and swap is protecting updating committed, but it is not protecting the memory initialization. Adding atomic_flag commit_lock to protect against that
Fix bug multiple threads committing at the same time, fixed by using atomic_flag commit_lock and re-checking committed after acquiring the lock
Reorder helper functions
v3.4: Rewriting hash_worker() to export file_hashes.txt

Binary file not shown.