accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Reduce compilation time #92

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Investigate if the compilation can be sped-up (e.g. try to reduce dependency between modules, shorter code, fewer templates).

accosmin commented 8 years ago

Can group together unit tests when feasible (e.g. test_rect & test_point) to reduce linking time.