IBM / sliding-window-aggregators

Reference implementations of sliding window aggregation algorithms
Apache License 2.0
43 stars 16 forks source link

Add bulk_benchmark driver #56

Closed scotts closed 3 years ago

scotts commented 3 years ago

Note that this only has an implementation for a benchmark with bulk evict. Next is a benchmark with bulk insert and bulk evict. I am not yet figured out if it's easier to generalize the current algorithm, or implement a different one. (And maybe with a different driver.)