Module txn_list_append_single

Source
Expand description

An implementation of the Maelstrom txn-list-append workload using a single persist shard.

Modules§

codec_impls 🔒

Structs§

MaelstromKey
Key of the persist shard used by Transactor
MaelstromVal
Val of the persist shard used by Transactor
Transactor
An implementation of read-write transactions on top of persist
TransactorService
An adaptor to implement Service using Transactor