-
This issue is meant to be a scratchpad for ideas and feedback on improving how types and values are handled in the interpreter. There have been several different feature requests recently that _could_…
-
This all started with defining zero copy shared memory over a WIT interface (channel is WIT resource, inspired by [iceoryx2](https://github.com/eclipse-iceoryx/iceoryx2?tab=readme-ov-file#publish-subs…
-
**Context:**
Solidity developers often make the mistake of assigning or comparing addresses to the zero address (`0x0000000000000000000000000000000000000000`). This can lead to vulnerabilities and bug…
-
As also described in https://github.com/JuliaArrays/StaticArrays.jl/issues/1282, there is a large performance regression with `v1.11` when using `StaticArrays`:
```julia
using LinearAlgebra, StaticAr…
-
We still have 48B allocated how I can get zero-allocation?
```
| Method | Mean | Error | StdDev | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated |
|------------------ |---------:|-…
-
# Issue description
The zero-copy api is allocating content_t. It would be nice to avoid this malloc-free pair. Can you please make a new wrapper function that calls zmq::msg_t::init_external_storage…
yb303 updated
8 months ago
-
Hi!
I'm facing an issue with zero length memory allocation (while trying to run [`candle`](https://github.com/huggingface/candle) on GTX 970). Here is the minimal reproducer:
```rust
let dev = …
-
Per the nightly `std::ptr` docs:
> [Under strict provenance, it is sound to] forge an allocation of size zero at any sufficiently aligned non-null address. i.e. the usual “ZSTs are fake, do what yo…
-
Including misc cleanup
tyork updated
8 years ago
-
I think it might be possible to do inference forwards without any allocations. This would require the following:
1. Need to be able to compute the max output size of any given `nn::Module`.
2. The i…