Replies: 3 comments 3 replies
-
How do you plan to maintain generality? |
Beta Was this translation helpful? Give feedback.
1 reply
-
One drawback I'm already seeing is a big increase in compilation time. Unfortunately there's no workaround for that until C++20, which introduces modules. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Header-only does have a few of advantages:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since the project is scaling up with dimensions, and the feature are ever more.
As suggested by @nrkramer maybe think a release of standard hpp/cpp library could be a good idea.
The Drawbacks of header-only library are starting to manifest in this library.
We can think a restricted header-only library for basic function for the common use, and a hpp/cpp for full funtionalities?
What do you think @nrkramer @sbaldu ?
Beta Was this translation helpful? Give feedback.
All reactions