Skip to content

Releases: j-baker/loom-experiments

release for blog post

08 May 17:55
a7a04ae
Compare
Choose a tag to compare
0.0.2

proper license (#4)

draft for blog draft

06 May 15:49
ce149d7
Compare
Choose a tag to compare
0.0.1

simple fix (#3)

draft for blog draft

06 May 15:45
6229227
Compare
Choose a tag to compare
Implement raft (#2)

* initial (and basic) implementation

* probably actually raft

* it works!

* checkpoint

* make tests all work nice

* convert to using immutables

* Refactor to use new concurrency model

* refactor

* format

* fixes

* fixes and similar

* current state of world

* couple cleanups