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.
2 parents 78bdaa4 + 87bb606 commit d5004faCopy full SHA for d5004fa
README.md
@@ -4,9 +4,9 @@ aggregation algorithms.
4
5
All of these algorithms require operators that are associative. We classify the
6
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
+that allow data to arrive out-of-order. We refer to the algorithms that require
8
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
+semantics. We refer to algorithms that tolerate disordered data as general
10
algorithms.
11
12
The algorithmic complexity of the algorithms is with respect to the size of the
0 commit comments