Hacker News new | past | comments | ask | show | jobs | submit login
Inferring too much (2011) (lanzkron.wordpress.com)
3 points by yew on Feb 23, 2014 | hide | past | favorite | 1 comment



An interesting technique for optimizing, in particular, matrix operations in C++ (or even C, with the usual increase in verbosity). Also used in the Eigen math library (http://eigen.tuxfamily.org).

I hadn't considered the issue that type inference presented here until reading this article (and some of the comments - the issue is also present with template type inference).




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

Search: