Skip to content

Commit

Permalink
Update docs/docs/design/grid-topology.md
Browse files Browse the repository at this point in the history
Co-authored-by: Haiko Schol <[email protected]>
  • Loading branch information
EclesioMeloJunior and haikoschol authored Jan 14, 2025
1 parent 872d295 commit ecbb818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/design/grid-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ This struct extracts the actual row and column neighbors for a specific validato

### Session Grid Topology Storage

Its important to highligh that each for the subsystem that uses Session Grid Topology, each one stores it differently. For example `Bitfield Distribution` only needs to hold only the current and previous session grid topology, that is implemented under `SessionBoundGridTopologyStorage`, while `Approval Distribution` stores a map from session index to grid topology. I would recomend for each storage method be placed under the respective subsystem given that each subsystem uses and store the information in a specific way.
Its important to highlight that each of the subsystems that use Session Grid Topology stores it differently. For example `Bitfield Distribution` only needs to hold the current and previous session grid topology, implemented under `SessionBoundGridTopologyStorage`, while `Approval Distribution` stores a map from session index to grid topology. I would recommend to place each storage method under the respective subsystem, given that each subsystem uses and stores the information in a specific way.

0 comments on commit ecbb818

Please sign in to comment.