Actions
Architecture #19834
closedImprove relayd compilation time by 30-40%
Status:
Released
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Fix check:
To do
Regression:
Description
Use BoxedFilter
in warp to avoid monomorphization cost, in exchange for a very small runtime cost which should absolutely acceptable.
https://rust-classes.com/chapter_6_3.html
the crate compilation time goes from 50 to 30 seconds, and the incremental build time from 30 to 20s
Updated by Alexis Mousset about 3 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3843
Updated by Alexis Mousset about 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|cb2eda4d67f7c8ed1f3c8ac61639187ca95ba725.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Actions