cospectrum

Results 79 comments of cospectrum

@brainstorm Try `image = "0.24"`. We haven't updated to "0.25" yet.

@brainstorm 0.25 and 0.24 are not semver compatible, cargo will treat them as 2 different crates. `imageproc` depends on `0.24` both in master and on crates.io

I would recommend relying on auto-vectorization

`[email protected] ----no-default-features` also doesn't compile. 0.18 seems ok

If anyone is interested, I created [microgemm](https://github.com/cospectrum/microgemm). It does not make allocations on its own. I'm trying to keep it very flexible and avoid unsafe

Custom allocators would help. Maybe [allocator-api2](https://crates.io/crates/allocator-api2)

You didn't disable miri on proptests

You can move them to local `mod proptests`