Releases: tavianator/bfs
Releases · tavianator/bfs
0.74
0.70
53/76 GNU find features supported.
- New
make install
andmake uninstall
targets - Squelch non-positional warnings for
-follow
- Reduce memory footprint by as much as 64% by closing
DIR*
s earlier - Speed up
bfs
by ~5% by using a better FD cache eviction policy - Fix infinite recursion when evaluating
! expr
- Optimize unused pure expressions (e.g.
-empty -a -false
) - Optimize double-negation (e.g.
! ! -name foo
) - Implement
-D stat
and-D tree
- Implement
-O
0.67
Initial release.
51/76 GNU find features supported.