bdon / bdon/OSMExpress

Optimize build time

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.