Y
Hacker News
new
|
ask
|
show
|
jobs
by
umvi
1639 days ago
What are compile times like? I'm always suspicious that "header only" libraries translate to excruciating compile times
1 comments
dymk
1639 days ago
I'm not familiar with _this_ exact ECS library, but another header-only ECS library with comparable functionality is flecs [1] and it compiles so fast I thought I misconfigured it. Literally could not even measure the compile time increase.
[1] -
https://flecs.docsforge.com/
link
[1] - https://flecs.docsforge.com/