Fix compile times #149

Closed
opened 2026-05-10 10:20:53 +01:00 by Tearnote · 1 comment
Tearnote commented 2026-05-10 10:20:53 +01:00 (Migrated from codeberg.org)

An incremental build of src/render.cpp takes 25 seconds. This is unacceptable. Make builds leaner with a combination of refactors, include cleanup, PCH slimming, and the vimpl pattern.

An incremental build of `src/render.cpp` takes 25 seconds. This is unacceptable. Make builds leaner with a combination of refactors, include cleanup, PCH slimming, and the [vimpl](https://solidean.com/blog/2025/the-vimpl-pattern-for-cpp/) pattern.
Tearnote commented 2026-05-10 10:22:54 +01:00 (Migrated from codeberg.org)

Implemented in 9c75021b37

Implemented in 9c75021b3705f830e3eb12d2331855a96e4b0987
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Tearnote/Playnote#149
No description provided.