summaryrefslogtreecommitdiff
path: root/src/unique_ptr.hh
AgeCommit message (Collapse)Author
2025-07-08Tentative fix for CIMaxime Coste
2025-07-08Replace std::unique_ptr with a custom implementationMaxime Coste
<memory> is a costly header we can avoid by just implementing UniquePtr ourselves, which is a pretty straightforward in modern C++, this saves around 10% of the compilation time here.