Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 839 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 839 Bytes

Squid Examples

This repository contains example usages of the Squid) metaprogramming framework.

Currently, the only example here is:

  • the Relation DSL tutorial: using quasiquotes to define transformations for compiling relational algebra queries to a push-based query engine. We optimize queries based on Schema information, specializing the data-structures used, and converting row layout to columnar layout.

More to come soon. Some other examples, such as the streams library optimizer, have not yet been ported from the examples folder of the main Squid repository.