Hacker News new | ask | show | jobs
Why we still need expression template in C++ (github.com)
2 points by antinucleon 4454 days ago
In wikipedia, it is said by using rvalue reference in C++11, we don't need expression template. But in machine learning software especially with CUDA, expression template is still a powerful tool.