Closed talex5 closed 9 months ago
The only noticeable change in the benchmarks is for the Path.stat rmtree time:
Before: Removed in 20.94 s After: Removed in 6.65 s
I've merged this so we can get some more testing. Please file issues with any problems you notice!
realpath was an old hack from the libuv days and isn't safe against races with symlinks being updated.
This should be faster too in some cases.