Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
VHRanger
8 months ago
|
parent
|
context
|
favorite
| on:
Blaze: A High Performance C++ Math Library
Compile times for one.
Eigen uses C++ templates to do most things, which explodes compile times.
planede
8 months ago
|
next
[–]
AFAIK blaze is also somewhat heavy on templates, but maybe it uses more modern metaprogramming techniques.
a_t48
8 months ago
|
prev
[–]
Compile times and binary sizes :(
touisteur
8 months ago
|
parent
[–]
Aaaand debug times. And profiling. I'd forgotten the joys of debugging/tracing heavily templated code before I jumped back into Eigen. Not that MKL was easier to debug but nowadays most of oneapi is open-source, at least the parts I use?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Eigen uses C++ templates to do most things, which explodes compile times.