IntelLabs / HPAT.jl

High Performance Analytics Toolkit (HPAT) is a Julia-based framework for big data analytics on clusters.
BSD 2-Clause "Simplified" License
120 stars 16 forks source link

DataSource refactoring #7

Closed ehsantn closed 8 years ago

ehsantn commented 8 years ago

DataSource macro assigns array types as type conversion but this makes the generated Julia AST ugly. HPAT should have template function definitions for data sources for easier matching.