Actyx / banyan

Apache License 2.0
36 stars 3 forks source link

Tree refactor #36

Closed rklaehn closed 3 years ago

rklaehn commented 3 years ago

Remove the transaction parameter from the tree

Make it a less OO api. You have to call either forest or transaction with the tree, and get back new trees. Trees are just newtype wrappers for Option<Index>.