Skip to content

Commit

Permalink
Consistent name for IronSHT
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylorch committed May 13, 2021
1 parent aa64488 commit 6dbf047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ironfleet/CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ should be a `.i.dfy` file and will be verified for correctness.
- `Framework`
This is the trusted framework that forms the core portion of each service's
specification. Each service further adds service-specific specifications in
`src/Dafny/Distributed/Services`
`src/Dafny/Distributed/Services`.
- `Logic`
Our encoding of TLA in Dafny.
- `Native`
Expand All @@ -59,7 +59,7 @@ should be a `.i.dfy` file and will be verified for correctness.
and receive packets. ReplicaModel and ReplicaImpl are split into multiple files
to increase the file-level parallelism of our build tool.
- `SHT`
The core implementation of IronKV (KV = Key-Value, SHT = Sharded Hashtable).
The core implementation of IronSHT (sharded hash table).
- `LiveSHT`
SHT's scheduler and functionality for sending and receiving packets.
- `Lock`
Expand Down

0 comments on commit 6dbf047

Please sign in to comment.