-
![errrr111111](https://github.com/user-attachments/assets/783ee75b-0e2e-42bb-b310-7af0a8595948)
Load 32bit payload ok.
![errrrr22222](https://github.com/user-attachments/assets/f58e08a5-533c-4b4b-…
-
Consider mechanisms such as zero copy, threads, data locality, lockless queues and overhead of synchronization paradigms such as conditions and mutexes.
-
### HHVM Version
```
HipHop VM 3.16.0-dev (rel)
Compiler: heads/master-0-ge9eb3fc414fbae9b2c999a4f11390e23050b23b7
Repo schema: 9cc0ebe15bc9d2ba3609c5e4458deeef9ed86dcc
```
### Standalone code, or ot…
-
Convert a function’s output to be inputs for multiple other processes, by having one copy but reference count it and free it then all of them have consumed it and the count drops to zero.
- list of o…
-
### Description
Currently, the column given in `include_file_paths` is of type `pl.String`. I think, given the low cardinality, it might be better for it to be of type `pl.Categorical`?
Elaborati…
kcajf updated
3 weeks ago
-
I was wondering if this code could potentially leave a copy of a secret in memory:
```rust
let password = SecretString::new(fs::read_to_string(file_path)?);
```
Because the underlying implemen…
-
Another field test and I've replicated a problem with the **"max speed filter m/s"** on SPRACINGF3 RC1-11.1.0. On previous test flights with the value set to 40m/s I completely lost the tracking funct…
-
Under some scenarios, starting the game in a web browser will lead to the situation that neither the hexagonal base grid nor the floating tile will be shown (see image below).
![razorblade_manjaro-v…
-
While measuring allocations in a performance-sensitive project, I found that the zero-copy `Bytes` trick in https://github.com/tokio-rs/prost/pull/449 actually increases the number of heap allocations…
-
* Following https://github.com/openfoodfoundation/openfoodnetwork/pull/12913#issuecomment-2413148147
A shop sells a stock-controlled retail variant but backorders are placed for the wholesale variant…