File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ window.
3131 average-case O(log * d* ) where * d* is the distance the newly arrived item is from
3232 being in-order, and worst-case O(log * n* ). For in-order data, this reduces to
3333 average-case O(1) and worst-case O(log * n* ). The reference paper for FiBA is
34- [ Optimal and General Out-of-Order Sliding-Window Aggregation] ( https ://dl.acm .org/doi/abs/10.14778/3339490.3339499 ) .
34+ [ Optimal and General Out-of-Order Sliding-Window Aggregation] ( http ://www.vldb .org/pvldb/vol12/p1167-tangwongsan.pdf ) .
3535- [ Reactive] ( cpp/src/Reactive.hpp ) is worst-case O(log * n* ). The reference paper is
36- [ General Incremental Sliding-Window Aggregation] ( https ://dl.acm .org/doi/10.14778/2752939.2752940 ) .
36+ [ General Incremental Sliding-Window Aggregation] ( http ://www.vldb .org/pvldb/vol8/p702-tangwongsan.pdf ) .
You can’t perform that action at this time.
0 commit comments