neon-sunset

Results 24 issues of neon-sunset

While looking at https://github.com/dotnet/runtime/pull/75854 and double-checking `sysctl` behavior, I've noticed that on `M1 Pro` the actual value reported for `hw.perflevel0.l2cachesize` is `12582912` instead of roughly 24MB which is its actual...

area-PAL-coreclr
community-contribution

It appears that `tests-extra-net48` executed with `dotnet test .\tests\FastCache.CachedTests -c release -f net48` gets stuck at the very last step of test suite execution. The behavior looks like an infinite...

bug
help wanted

**Describe the issue** See numbers below. There are other issues like cache line pollution on reads through interlocked applied to a singular location which will ruin the scaling on many-core...

enhancement

This PR makes progress towards supporting NativeAOT publish of `GarnetServer`. For now, NativeAOT support for the nuget itself is out of scope as I suspect the users first and foremost...

It appears that the current way the build task works is somewhat "all or nothing" - either annotate individual methods with `[Optimize]` or press the big red button and add...

This is a list of various optimization opportunities I have spotted so far. I'd like to keep it here rather than in the notes that are bound to be eventually...

First and foremost, thank you for writing this library. This is such a cool project. I have been impressed by the length it goes to optimize LINQ and the way...

Currently, we do vector values unmarshalling by taking out the underlying buffer from `RepeatedField`. Because it's implemented in a list-like fashion, this means that it usually has Pow2 length. This...

enhancement