We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290696f commit 2d1a891Copy full SHA for 2d1a891
README.md
@@ -156,7 +156,9 @@ four UUID types:
156
* a "patch" (aka "delta", "diff") is also a frame
157
* in general, data is seen as a [partially ordered][po] log of frames
158
or chunks
159
- * frame may contain any number of reduced chunks and raw ops in any order
+ * frame may contain any number of reduced chunks and raw ops in any order;
160
+ a chunk consists of a header or a query header op followed by reduced ops
161
+ belonging to the chunk; raw ops form their own one-op chunk.
162
163
4. A reducer is a RON term for a "data type"; reducers define how object state
164
is changed by new ops
0 commit comments