playing around with directed acyclic graph reduction
Find a file
2024-02-11 22:20:18 -08:00
src different room types in cli 2024-02-11 22:20:18 -08:00
tests clean up code 2024-02-10 18:59:14 -08:00
.gitignore add readme.md 2024-02-11 00:04:48 -08:00
Cargo.lock basic cli for testing things 2024-02-09 16:40:03 -08:00
Cargo.toml basic cli for testing things 2024-02-09 16:40:03 -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.