-
See https://github.com/NVIDIA/CUDALibrarySamples/tree/master/nvCOMP and https://github.com/rapidsai/kvikio/tree/branch-25.02/python/kvikio and https://github.com/NVIDIA/nvcomp?tab=readme-ov-file
Py…
-
Since this is already brought up in https://github.com/rust-lang/miri/issues/3470#issuecomment-2460600407, I will just open a new issue for this.
To resolve the FIXME here, https://github.com/rust-l…
-
currently, backtraces for rust cdylibs called from a C main function look like this:
```
thread '' panicked at lib.rs:5:34:
oops
stack backtrace:
0: std::panicking::begin_panic
1: lib::foo::{{c…
-
### Problem
As https://github.com/rust-lang/rfcs/pull/3263 mentions and the [cargo book](https://doc.rust-lang.org/cargo/reference/resolver.html#pre-releases) says:
>Cargo allows “newer” pre-release…
-
### Code
Use javascript `x=10000; out="compile_error!(" + "concat!(".repeat(x) + '"A"' + ")".repeat(x); + ");"` to create rust code.
Full code in [evil3.rs.txt](https://github.com/user-attachment…
-
We need an efficient memory map to [be able to manage malloc and mmap effectively](https://github.com/Lind-Project/lind-wasm/issues/4). It seems like a good start would be to port [NaCl's memory map](…
-
I just noticed this while testing. I had an untracked file that the ruby version is fine with, but the rust version wants to add
Ruby:
```
❯ bin/codeownership validate --diff
❯
```
Rust:
…
-
I want to use pg_later to [create pgvector index](https://github.com/pgvector/pgvector/?tab=readme-ov-file#hnsw) as an async job. But it looks like `sqlparser-rs` can not parse the SQL.
```
postgr…
-
As Lina and Janne [reported](https://lore.kernel.org/rust-for-linux/20241123-rust-fix-arraylayout-v1-1-197e64c95bd4@asahilina.net), there was a bug in `AllocLayout::new()`. Although it's fixed, it wou…
-
# Environment
**Delta-rs version**:
0.21.0
**Binding**:
**Environment**:
- **OS**:
Linux
***
# Bug
switching from pyarrow engine to rust increase memory usage by nearly 3X, the job…