Ryan Liptak 274d19575e fs: Optimize Dir.deleteTree for non-deeply-nested directories
`deleteTree` now uses a stack-allocated stack for the first 16 nested directories, and then falls back to the previous implementation (which only keeps 1 directory open at a time) when it runs out of room in its stack. This allows the function to perform as well as a recursive implementation for most use-cases without needing allocation or introducing the possibility of stack overflow.
2022-10-05 03:27:25 -07:00
..
2022-10-05 03:26:13 -07:00
2022-09-12 18:13:24 -07:00
2022-08-31 19:30:51 +02:00
2022-08-23 21:11:02 -07:00
2022-09-11 23:18:43 -04:00
2022-05-26 21:58:19 -07:00
2022-09-07 15:22:30 +03:00
2022-09-29 21:40:25 +02:00
2022-09-12 18:13:24 -07:00
2022-04-15 17:01:01 -05:00
2022-09-13 20:26:04 -04:00