Robert Bastian

Results 394 comments of Robert Bastian

I don't think `Read` and `Write` will be available in `core` anytime soon. For the time being, the [`acid_io`](https://crates.io/crates/acid_io) crate might be a good alternative. A first step could be...

This PR is empty, are you still working on it?

We're seeing a 5% performance improvement on M1, but nothing on x86. I do see an advantage of using a 4*HxD matrix instead of a 4xHxD tensor: we can use...

> What I'm saying is that the 3-D nature of the matrix/tensor is a zero-cost abstraction. Apparently it's a 5% abstraction on ARM