Ralf Biedert

Results 48 issues of 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...

amendment
accepted
I-nominated

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::*; | ^^^^^^...

type: content
needs-discussion
suggested-via-site

- passing data 101 - panic behavior - joining - closures + Send / Sync

type: content
needs-discussion
suggested-via-site

- mention iterators are lazy - common iter transforms / functions (needs some cycles to visualize in good way) - ...

type: content
needs-discussion
suggested-via-site

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...

type: content
needs-discussion
suggested-via-site