Raphael Cohn
Raphael Cohn
This is a big win for servers that regularly serve large files, as it enables to use `sendfile()` and friends once again - and so transfer data from files to...
@djc Whatever we do here, I'd like the ability to use raw file descriptors. I don't use tokio - it's simply not appropriate to my high performance use cases. I...
@Geal it may not be possible, but it might be. My custom io-uring wrapper is in the unpublished [linux-support](https://github.com/lemonrock/linux-support) crate. Once I've proved in out with a public DNS implementation,...
@djc There was talk above about wrapping a file descriptor, and about integrations with tokio - I was simply reacting to that. I'm glad that tokio still isn't integrated into...
1. It uses code as documentation - what the code says is what's correct, and the type system makes it clear when something is *genuinely* null. (A similar argument could...
Thank for the offer to mentor. If I wasn't so snowed under with work I'd love to take up your offer. I make extensive use of bindgen in my projects...
Anything that depends on the global configuration (aka 'environment') of the build machine is inherently broken and will inevitably be incapable of reproducible builds (reproducible here means even timestamps are...
@Lokathor Sure; in my case, I needed it in a loop, so manually unrolled. But it makes my code difficult to follow (Context: I'm computing a `Not(__m256i)` using a 256-bit...
@bjorn3 Yes, it requires a lot of work for the compiler. I don't see why it should result in a lot of bugs, if any, if proper test coverage and...
@Amanieu @Lokathor thank you. I won't be raising a RFC for this.