-
[Marketplace](http://marketplace.xbox.com/https://marketplace.xbox.com/en-IN/Product/WWE-13/66acd000-77fe-1000-9115-d802545108b4)
Tested on https://github.com/xenia-project/xenia/commit/1…
-
It would be nice if we can add tests and assertions about allocations to avoid more allocations than necessary on the critical path where invocations may be very frequent.
_Originally posted by @sh…
-
CPU Pooler already works on the cpuset cgroup controller of the containers created by Kubernetes, by setting cpuset.cpus to the appropriate value.
Unfortunetaly Kubernetes itself does not support mak…
-
Just adding the async keyword to a function adds two heap allocations to that function. One is the state machine and one is the task method builder. Example: https://sharplab.io/#v2:EYLgxg9gTgpgtADwGw…
-
I have been looking into the discussion we had on https://github.com/rust-lang/miri/pull/3194. I stuck some code into Miri that prints the fraction of runtime spent in the GC then turned it loose on t…
-
### Background and motivation
In class `Capture` (namespace `System.Text.RegularExpressions`) we now have the nice addition of the `ValueSpan` property which allows me to access the captured text eff…
-
ColdFront now supports setting GPU quotas on OpenShift. The attribute doesn't show up after the upgrade for already existing resources. The questions are
- Will the `validate_allocations` command a…
-
The following piece of code contains an error but Symbiotic does not see it:
```c
#include
#include
int main(void)
{
void* a = malloc(sizeof(int));
void* b = malloc(sizeof(int));
…
-
https://blog.chromium.org/2021/04/efficient-and-safe-allocations-everywhere.html
-
Our current `LinkedHashSet` implementation uses a quirk of the `HashSet` design to produce the correct ordering, but it involves expensive allocations when an item is removed followed by an add or ins…