Hacker News
- C++ Expression Templates: Eigen, Blaze, Fastor, Armadillo & XTensor (2020) https://romanpoya.medium.com/a-look-at-the-performance-of-expression-templates-in-c-eigen-vs-blaze-vs-fastor-vs-armadillo-vs-2474ed38d982 7 comments
- Expression Templates in C++ https://rifkin.dev/blog/expression-templates 19 comments cpp
- Expressive C++ Template Metaprogramming https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/ 4 comments cpp
- Expressive C++ Template Metaprogramming http://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/ 26 comments cpp
- Efficient string concatenation using C++ Expression Templates http://cdmh.co.uk/papers/exptempl/ 8 comments cpp
- Static regular expression implemented with C++ templates. https://www.reddit.com/r/cpp/comments/4qyrm7/static_regular_expression_implemented_with_c/ 18 comments cpp
- Meta-meta-programming: Generating C++ templates from Racket S-expressions [PDF] http://matt.might.net/papers/ballantyne2014metameta.pdf 3 comments programming
- Blaze-lib: a C++ linear algebra template expressions library. Similar to eigen, but faster. https://code.google.com/p/blaze-lib/ 10 comments cpp