Optimize build time
Open
- Dominant language
- C++
- Stars
- 272
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
The build time for OSMExpress can be significantly reduced.
* Once https://github.com/bdon/OSMExpress/issues/20 is finished, the build will use pre-compiled libraries if available on the system. This will be particularly noticable with S2, which is quite a beast.
* Afterwards, change `FetchContent` declarations in `CMakeLists.txt` to fetch from ZIP archives instead of Git. This will make the initial check-out faster because it is just a single HTTP fetch per uninstalled library.
Filing this bug for myself (@brawer) so I don't forget. It's not super important, but would be nice to have.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.