Skip to content

Commit d5004fa

Browse files
author
Scott Schneider
committed
2 parents 78bdaa4 + 87bb606 commit d5004fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ aggregation algorithms.
44

55
All of these algorithms require operators that are associative. We classify the
66
algorithms in two groups: those that require data to arrive in-order, and those
7-
that allow data to arrive out-of-order. We call the algorithms that require
7+
that allow data to arrive out-of-order. We refer to the algorithms that require
88
data to arrive in-order as FIFO algorithms, as they assume first-in, first-out
9-
semantics. We call algorithms that tolerate disordered data as general
9+
semantics. We refer to algorithms that tolerate disordered data as general
1010
algorithms.
1111

1212
The algorithmic complexity of the algorithms is with respect to the size of the

0 commit comments

Comments
 (0)