MensaApp icon indicating copy to clipboard operation
MensaApp copied to clipboard

Backend compile time optimizations

Open worldofjoni opened this issue 9 months ago • 0 comments

Following https://matklad.github.io/2021/09/04/fast-rust-builds.html, trying to make compile times shorter.

Starting point: 3.5 min for clean release build

  • Use --timed to identify unnecessry slow dependencis
    • removed unneccesary image types -> 2,5 min

worldofjoni avatar May 08 '25 20:05 worldofjoni