jj/lib
Yuya Nishihara 3eafca65ea op_walk: add support for op_id+ (children) operator
A possible use case is when doing some archaeology around a certain operation.

The current implementation is quadratic if + is repeated. Suppose op_id is
usually close to the current op heads, I think it'll practically work better
than building a reverse lookup table.
2024-01-02 10:30:08 +09:00
..
benches
gen-protos
src op_walk: add support for op_id+ (children) operator 2024-01-02 10:30:08 +09:00
tests op_walk: add support for op_id+ (children) operator 2024-01-02 10:30:08 +09:00
testutils
Cargo.toml
LICENSE