JuliaData / JuliaDBMeta.jl

Metaprogramming tools for JuliaDB
Other
33 stars 2 forks source link

Lazyness #17

Open piever opened 6 years ago

piever commented 6 years ago

Most of IndexedTables can be done lazily: map, filter, groupby, groupreduce. Add support in JuliaDBMeta and potentially see if @apply pipeline can somehow fuse things to optimize.