Skip to content

Commit

Permalink
documentation: clarify indexedLength & linearized view (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
chm-diederichs authored Jan 17, 2025
1 parent 47e629c commit 60b8265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ As new causal information comes in, existing nodes may be reordered. Any changes

### Indexed Length

The linearizing algorithm is able to define a point at which the ordering of the graph below will never change.
The linearizing algorithm is able to define a point at which the ordering of the graph below will never change. This point advances continually, so long as a majority set of indexers are writing messages.

### Views

An indexed view may be created on top of an Autobase. This view can be updated to reflect the messages of within the base.
A linearized view may be created on top of an Autobase. This view can be updated to reflect the messages of within the base.

Autobase accepts an `open` function for creating views and an `apply` function that can be used to update a view.

Expand Down

0 comments on commit 60b8265

Please sign in to comment.