Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes how we generate the trees by using the recursive strateg…
…y once and then mapping file-nodes to empty directories. This should be more performant than our latest, and have similar performance and distribution as the old implementation. Our new implementation lead to the inner strategy (which defines # of nodes, etc ... for the whole tree) to be run multiple times. Signed-off-by: Christian Hagemeier <[email protected]>
- Loading branch information