- Notifications
You must be signed in to change notification settings - Fork0
Rust implementation of TAPIR
License
NotificationsYou must be signed in to change notification settings
finnbear/tapi-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rust implementation ofTAPIR
- Safe,
async
Rust - IR
- Unlogged
- Inconsistent
- Consensus
- View changes
- Recovery
- Membership change
- Real network transport
- TAPIR
- Get
- Put
- Prepare
- Commit
- Abort
- Optional linearizability
- IR sync & merge
- Prepare retries
- Coordinator recovery
- Sharding
- Persistent storage (e.g.
sled
) - Snapshot read
- Planned extensions
- Delete key operation
- Garbage collection
- Range scan
- Automatic shard balancing
- Disaster recovery
- Testing
- IR lock server (very simple)
- TAPIR-KV (simple)
- TAPIR-KV (maelstrom)
- Exhaustive state enumeration
- Optimizations
- Reduce
clone
- Reduce allocations
- Reduce temporary unavailability
- Reduce
Thanks toJames Wilcox for assigning TAPIR as a reading.
Thanks tothe TAPIR authors for answering questions aboutthe paper!
Thanks toKyle atJepsen for clarifying the relativestrength of isolation levels.
About
Rust implementation of TAPIR