Optimize build time
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- cmake, cpp, git
- Domain
- build-system, performance
Research direction
Start with issue #20 to confirm when pre-compiled libraries become available, then inspect the FetchContent declarations in CMakeLists.txt. Check how uninstalled libraries are currently fetched and compare the existing build configuration with CMake's ZIP archive options. Done means using available pre-compiled libraries and fetching each remaining dependency from a ZIP archive instead of Git.
Written by the indexing model from the issue text.
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
FetchContentdeclarations inCMakeLists.txtto 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.
- Dominant language
- C++
- Stars
- 272
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bdon/OSMExpress
-
Release binaries? Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
bdon/OSMExpress#79 · 3 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
bdon/OSMExpress#51 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
bdon/OSMExpress#48 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
bdon/OSMExpress#39 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
bdon/OSMExpress#37 · 2 comments ·
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·