rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.43k stars 295 forks source link

Use mold linker to speed up ci #1378

Closed bluss closed 3 months ago

bluss commented 3 months ago

It seems faster, it's by seconds and not minutes in total, so it's not entirely clear by how much. The reason we spend some significant linking time is that we have many test binaries.

bluss commented 3 months ago

Thanks @adamreichold. Did you have any comments on the next release of ndarray? (Discussions). I'll try to write up release notes for it.

adamreichold commented 3 months ago

Thanks @adamreichold. Did you have any comments on the next release of ndarray? (Discussions). I'll try to write up release notes for it.

I am sorry, this is still on my to-do list. Swamped by $DAYJOB and PyO3 0.21.

bluss commented 3 months ago

No worries.