Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>What I really want to see is something lazy that can do sane query planning and that can work within limited system resources. Maybe one day I'll open source the work I've done in this space.

Eigen does this via expression templates; it essentially optimises the computation graph at compile time.



> Eigen does this via expression templates; it essentially optimises the computation graph at compile time.

That's wrong too. The right query execution plan can depend heavily on the sizes and statistical distributions of the operands. Eigen doesn't have enough information at compile time to make good decisions in all cases. This kind of computation really calls for a JIT.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: