Skip to content

Commit e6a1e4c

Browse files
author
Scott Schneider
committed
Use vldb.org URL for VLDB papers
1 parent 6763569 commit e6a1e4c

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
@@ -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).

0 commit comments

Comments
 (0)