Ralf Biedert
Ralf Biedert
While practically all other guidelines are very pleasant to read and extremely useful, C-CRATE-DOC is an empty placeholder that leads down a confusing rabbit hole. If you click it you...
When I try to disassemble [faster](https://github.com/AdamNiederer/faster), a Rust SIMD library, neither `cargo asm` nor `cargo llvm-ir` produce any output. On some other crates it seemed to work though. `rustc 1.29.0-nightly...
Opening another ticket since this is a separate discussion from #47 and might be more controversial: The more I look into the upcoming `std::simd`, the more I wonder if `faster`...
After my last PR I noticed you had to clean up a bit. That made me wonder if it makes sense to configure and use `clippy` and `rustfmt`: * Since...
While working on #47 I noticed what looks like performance regressions in the `cargo bench`, in particular functions like `map_simd` and `map_scalar`, but quite a few others. ``` test tests::map_scalar...
Hi, I am trying to port a project to `aarch64` and `wasm` using the `rust-2018-migration` branch. As of today I receive lots of: ``` 2 | use crate::vektor::x86_64::*; | ^^^^^^...
- passing data 101 - panic behavior - joining - closures + Send / Sync
- mention iterators are lazy - common iter transforms / functions (needs some cycles to visualize in good way) - ...
Suggested via mail: - C-FFI chapter (e.g., Rust MVP to / from C) - Maybe even examples showing other languages (C#, Python, Java, ...) - repr(C), no_mangle, ... - Rust...