Skip to content

Tags: j-baker/loom-experiments

Tags

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
proper license (#4)

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
simple fix (#3)

0.0.0

Toggle 0.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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