-
The manual says "It is recommended that programs do not spawn more domains than cores available".
I was curious what happens if I do exceed it? The result is a major slowdown when you exceed numb…
-
The functions aren't exported, because that would be type piracy on the base types Float64 and Float32.
Therefore, why not extend these functions to also work on `NTuple{N,Core.VecElement{Float64}}…
-
```
In multiple places, it's mentioned that allocating many small objects is slow
in C++, such as creating tuples over and over again.
However, the size of objects is known at parse and compile time…
-
```
In multiple places, it's mentioned that allocating many small objects is slow
in C++, such as creating tuples over and over again.
However, the size of objects is known at parse and compile time…
-
45 of the aux_clm tests show changes to answers after the hardware rebuild. Which means most of our baselines will need to be regenerated if we want to use them going forward. There were 25 tests in a…
-
From @bertysentry at https://github.com/prometheus/prometheus/pull/12571#discussion_r1280440366
For example, [for JVM metrics](https://github.com/open-telemetry/semantic-conventions/issues/61): the…
-
```
What steps will reproduce the problem?
1. Create new project and set the animation interval to 60fps
2. Add several CCSprites to scene
3. Move the sprites using schedule (sprite.schedule("update")…
-
.NET only supports automatic lifetime for managed objects. The GC cleans up. This is fantastic for productivity. Sometimes, developers need tight control over latency, though. The GC can interfere wit…
GSPP updated
6 months ago
-
**What happened**:
I tried to use exec over web sockets (as implemented in the C# Kubernetes client), but the protocol does not seem to have a way to communicate when STDIN is closed. This causes com…
-
### Description
`System.ApplicationException: ETL file shows the start of a heap dump but not its completion.` when using dotnet-gcdump to dump a large managed heap。
**.NET 5.0.403 Release**
…