playing around with directed acyclic graph reduction
Find a file
2024-02-14 21:07:24 -08:00
crates beginnings of acl 2024-02-14 21:07:24 -08:00
.gitignore add readme.md 2024-02-11 00:04:48 -08:00
Cargo.lock beginnings of acl 2024-02-14 21:07:24 -08:00
Cargo.toml workspaces + basic gui? 2024-02-12 19:33:59 -08:00
README.md docs, add dummy forum resolver 2024-02-11 00:21:56 -08:00

dag-resolve

Playing around with directed acyclic graph reduction. Actors send events to a dag, which is a crdt that's replicated between nodes. The events are then resolved into a state; an ad-hoc database with tables/indexes.