Actyx / banyan

Apache License 2.0
36 stars 3 forks source link

Consider adding V to the Forest #23

Closed rklaehn closed 4 years ago

rklaehn commented 4 years ago

It seems like forest is emerging as just a convenient package of stuff (caches etc.). Maybe it is even more convenient to have V in there as well..

rkuhn commented 4 years ago

you mean “V for Vendetta”?

rklaehn commented 4 years ago

Surprised that anybody except for me reads these things. I mean V for Value. Currently a Forest does not care about the value, and a tree has the V type parameter. But it turns out that the individual tree is not that useful for what we want to do...

Just gonna try this out.