epfldata / sc-public

Example DSLs for working with SC
22 stars 9 forks source link

Making the DSL more Relational-Algebra-ish #2

Closed LPTK closed 8 years ago

LPTK commented 8 years ago

Note that the current transformations are rather ad-hoc. We would need proper pipelining instead of the manual specializations map/map, map/filter, etc. Also, currently the + method is very stupid and inefficient, as it rebuilds the whole list.

amirsh commented 8 years ago

Fixed in relation-dsl