playing around with directed acyclic graph reduction
Find a file
2024-02-16 18:14:26 -08:00
crates tui test and fix permissions 2024-02-16 18:14:26 -08:00
.gitignore add readme.md 2024-02-11 00:04:48 -08:00
Cargo.lock tui test and fix permissions 2024-02-16 18:14:26 -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.