Skip to content

Version 3.0.1

Compare
Choose a tag to compare
@tavianator tavianator released this 18 Jul 16:47
· 412 commits to main since this release
3.0.1

Bug fixes

  • Traversal fixes that mostly affect large directory trees (#107)

    • bfs could encounter EMFILE, close a file, and retry many times, particularly with -j1

    • Breadth-first search could become highly unbalanced, negating many of the benefits of bfs

    • On non-{Linux,FreeBSD} plaforms, directories could stay open longer than necessary, consuming extra memory