susilehtola / OpenOrbitalOptimizer

Open Orbital Optimizer
7 stars 2 forks source link

Design decisions: header-only or compiled? #2

Open susilehtola opened 9 months ago

susilehtola commented 9 months ago

The project is still at an early stage, and many things need to be decided. Should the library be header-only or compiled? Header-only would probably aid inclusion, but a compiled version will be anyway necessary if a C/Fortran interface is put in place.

susilehtola commented 9 months ago

I am definitely making the core library header only. The only things that are compiled are the tests.