IBM / sliding-window-aggregators

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

Perf Op: Consolidate treelets for a more memory efficient layout #67

Closed ktangwon closed 2 years ago

ktangwon commented 2 years ago

Treelets for the same parent are grouped now together, reducing the memory footprint and traversal cost.