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 tests: add lib tests for op id resolution, migrate some from cli 2024-01-02 10:30:08 +09:00
Cargo.toml lock: remove byteorder dependency from tests, use fs helper functions 2023-12-23 00:14:17 +09:00
LICENSE