jj/lib
Yuya Nishihara 524db833f7 index: implement RevWalk that filters descendants with generation from roots
We could add `walk.descendants(root_positions)` method, and apply
`.filter_by_generation(range)`, but queue-based `.descendants()` would be
slower than the one using reachable set. So I didn't add such method.

I also considered reimplementing non-lazy version of this function without
using the current RevWalkGenerationRange, but it appears the current iterator
version performs well even if we have to do .collect_vec() and .reverse().
2023-04-28 08:36:58 +09:00
..
benches
gen-protos
src index: implement RevWalk that filters descendants with generation from roots 2023-04-28 08:36:58 +09:00
tests revset: add substitution rule for nested descendants/children 2023-04-24 20:45:13 +09:00
testutils cargo: bump git2 from 0.17.0 to 0.17.1 2023-04-17 09:19:58 -07:00
build.rs
Cargo.toml cargo: bump pest_derive from 2.5.7 to 2.6.0 2023-04-27 10:03:58 -07:00