the.bay.news

A Zero-I/O Multi-Paxos Library in Zig

Ziggit
A Zero-I/O Multi-Paxos Library in Zig
paxos-zig The Philosophy: A Pure, Deterministic State Machine Most distributed consensus libraries want to own your entire runtime—spawning threads, binding sockets, reading wall clocks, and writing to disk, paxos-zig refuses to do any of that. It is built as a pure, deterministic state machine: Zero I/O: Never touches a socket, thread, clock, or disk. Effect-Driven Loop: You feed it a message or a tick, and it returns a batch of Effects (records to persist, messages to send, and values com...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.