relational-algebra

Tag

Cards List
#relational-algebra

Passing DBs through continuations

Hacker News Top · 2026-06-07 Cached

This article explains how continuation-passing style (CPS) can be used to fuse database operators, avoiding materialization of intermediate results and improving performance, as an alternative to vectorization and compilation. The author presents a simplified example with numeric list operations and describes the inspiration from a short paper.

0 favorites 0 likes
← Back to home

Submit Feedback