This repository contains the CPS-encoded streams
, that is included in the
benchmarks section of the Automating Ad hoc Data Representation
Transformations paper (to appear at
OOPSLA'15).
- Benchmark project is inspired by https://github.com/milosstojanovic/mb-benchmarks .
- Miniboxing/ildl-plugin is in https://github.com/miniboxing/ildl-plugin .
- Streams library is based on https://github.com/biboudis/scala-streams .
Benchmark the erased version by entering the following commands in the sbt
project erased
run
Benchmark the miniboxing version by entering the following commands in the sbt
project miniboxed
run