Vinzent Steinberg
Vinzent Steinberg
Also `NanoError` and `NanoResult` don't exist anymore.
@lunemec Now it seems like https://docs.rs/nanomsg is the best option.
I opened #157 which should fix this issue. Independently the current documentation seems to be up to date, so I think this issue can be closed.
@Veedrac No, here are the results with native optimizations: ``` test test_fast_newlines ... bench: 8,434 ns/iter (+/- 112) test test_fast_nonewlines ... bench: 8,433 ns/iter (+/- 72) test test_fast_random ... bench:...
What are the differences?
At least it gives a rationale: > The main issue with the existing crates is that they try to abstract some properties of LMDB away, and as a result are...
Doesn't a decent BLAS/LAPACK implementation use SIMD?
Just looked it up: OpenBLAS and ATLAS support vectorization and multi-threading.
It seems like only MKL supports it. There are workarounds, see http://stackoverflow.com/questions/7621520/element-wise-vector-vector-multiplication-in-blas . On Fri, May 15, 2015, 04:40 Jorge Aparicio [email protected] wrote: > @vks https://github.com/vks By Mat _= Mat...
I think the conventional approach would be to have a `gmp-sys` crate for the low-level functions.