Move routes into separate crate to speed up compilation #166
Merged
dessalines
merged 1 commits from move-routes
into main
12 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'move-routes'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I also found a few unused dependencies. Might run the compilation benchmarks again when I get some time.
0ed6d1d1fd
to999d9f4d6c
12 months ago68edda7bf5
into main 12 months agoAverage clean build time over 3 runs: 143 seconds
Average incremental build time over 3 runs: 19s
Both of them have actually gotten worse since my last benchmark. For incremental builds it makes sense, because it rebuilds all lemmy* crates. For clean builds, I'm not sure what caused the slowdown.
68edda7bf5
.