-
I was thinking if there is a way to avoid allocations in `sum` in the following case (they are killing performance in some practical cases):
```
julia> for j in 10:10:200
nt = NamedTuple{ntu…
-
I would love to use MagmaCall to ship 100x100 matrices with polynomial coefficients to Magma, compute their nullspace, and pull them back. First step is to send polynomials to Magma, and I see very st…
-
#### Problem
In the `Blockstore`, we have a column called `index`. The `index` column is used for tracking which shreds we have / haven't received for any given slot. The data structure to track this…
-
My Rails app has two layouts:
- `auth` (sign up, sign in, password reset, ...)
- `admin` (the app itself)
Both layouts also have their own asset packs, each marked with `data-turbo-track="reload"…
wout updated
7 months ago
-
-
It would be great to have allocation free versions of the kernels / stencils.
I guess it will require supplying buffers.
-
Email from Paul Browne:
> re IRIS 2022/23 Allocations - Gaia Science Platform
> These allocations are active now, incorporating Intel Cascade Lake nodes with the higher mem/core ratio compared to t…
-
**What would you like to be added**:
Metrics to the amount of allocated IPs/ENIs/Networks per CNI container. This is critical for users to foresee upcoming IP exhaustion issues on their VPCs an…
-
```csharp
using System;
class Program
{
static void Main()
{
Program p = new();
p.Test = false;
}
public bool Test;
}
```
Codegen:
```asm
call …
-
`icu_unicodeset_parser` uses a bunch of allocating types internally to allow for
* arbitrary-length escapes (`\x{61 62 63 64...}`) use `Vec`
* arbitrary-length strings (`{abcd...}`) use `String`
…