Improved predicate splitting (#445)
* Multi-batch splitting * Invoke split predicates by name, passing in full argument list * Reorder batches to prevent failure of forward references where possible * Rename APIs for clarity * Simplify example * Add more docs * Review updates * Remove duplicate code * Comment topological sort algorithm
This commit is contained in:
parent
9c9a2c454c
commit
d1b7b4d37e
12 changed files with 2090 additions and 466 deletions
|
|
@ -34,6 +34,7 @@ rand = "0.8.5"
|
|||
hashbrown = { version = "0.14.3", default-features = false, features = ["serde"] }
|
||||
pest = "2.8.0"
|
||||
pest_derive = "2.8.0"
|
||||
petgraph = "0.6"
|
||||
directories = { version = "6.0.0", optional = true }
|
||||
minicbor-serde = { version = "0.5.0", features = ["std"], optional = true }
|
||||
serde_bytes = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue