Files
isspam/retoor_c
retoor f3a93b6cbc feat: replace forked child processes with pthreads for concurrent file analysis in main
Replace the fork-based parallel execution in main() with POSIX threads, adding a new analyze_file_thread wrapper function. The change removes per-file printf output and eliminates the separate child process for each argument, instead creating a thread per file, joining all threads, and freeing the allocated thread array. This improves resource sharing and avoids process overhead for concurrent file analysis.
2024-12-04 22:10:45 +00:00
..