Muhammad Haris
Muhammad Haris
Hey Ico, These comments are interesting. My team has ran this recently with 16 threads on very large directory structures that take days to complete and have had approx. 6x...
The commit that I just made fixes two possible race conditions that would result in the double free that @zevv described. The reasoning is as follows: For the following examples,...
I'm currently working on an worker-pool based implementation based on the DFS algorithm described in this paper: https://www.lrde.epita.fr/~bleton/doc/parallel-depth-first-search.pdf If anyone is interested in a proof-of-concept, I can provide a Python...