Jorge López Tello

Results 8 issues of Jorge López Tello

Title: sys-devel/llvm: -fipa-pta workaround for LLVM. Fixes #881 although not only does LLVM 16 not compile with it, but at least 15.0.7-r3 The failure happens always while generating code for...

The initial setup with composer fails otherwise

I tried to run hash-rs from git and it wouldn't compile on stable Rust. Thus, I set to update it and now it seems to be fully working. The main...

Give the user the option of choosing IO backend. There is only a "syscall" backend, unless built for Linux with `#[cfg(feature = "io_uring")]` which introduces `--io=io-uring`. Right now, the choice...

**Give a detailed description of the feature request** Right now, documentation for types like `X509Certificate` doesn't exist, because those types are gated behind the `openssl` feature, and Docs.rs only uses...

Feature Request

Hi Roman, will you add support for Rc and Arc? Were merged in rust-lang/rust#89132

Related #36 The TPC-H benchmark stresses the database with OLAP workloads. Add TPC-E which is the same but for OLTP workloads.

enhancement
performance

At least on io_uring, the order in which completions come back is not the order in which submissions were sent. This means that we could send a batch of writes,...