-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
build-installRelated to building or installing PyVRPRelated to building or installing PyVRPperformanceMake things better and faster!Make things better and faster!
Description
The pydantic
project had a bit of success adding PGO to their builds, as shown in the relevant PRs:
- build with PGO on x86_64 ubuntu and windows pydantic/pydantic-core#678
- PGO build for MacOS M1 pydantic/pydantic-core#1063
- add build-pgo make target pydantic/pydantic-core#741
I'm not sure if we'd see similar performance improvements from adding this to our build chain, but a 10-20% improvement might be doable and would not add much to actual release builds.
Let's investigate.
Metadata
Metadata
Assignees
Labels
build-installRelated to building or installing PyVRPRelated to building or installing PyVRPperformanceMake things better and faster!Make things better and faster!