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 old implementation, as that lead to the inner strategy (which defines # of nodes, etc ... for the whole tree) to be run multiple times, causing a degradation in performance of proptest generation. Signed-off-by: Christian Hagemeier <[email protected]>
- Loading branch information