-
We are applying CoreCLR for devices with low RAM and interesting to reduce application's memory consumption. But as you understand such kind of optimizations decrease overall performance usually.
S…
-
### Background and motivation
Recyclable memory stream implemented in dotnet runtime.
https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream
Could you help to consider if it is helpful to…
-
We should consider introducing a _test_ or _verification_ mode for app execution. This would be a special execution mode that can be toggled independently of debug / release, and the Framework could p…
-
Epic: https://github.com/decentraland/sdk/issues/895
Currently data in the `CrdtMessage` is not typed, is `object`
```
public readonly struct CrdtMessage
{
...
public r…
-
I have not read the code fully,but here is my suggestion:
1. I think the ArrayDictionary should be named SortedList.It should be a big mistake if the ArrayDictionary has same logic with SortedList.
…
-
TUI apps need to be performant under highly-constrained conditions, such as over SSH. Currently the Terminal.Gui system for drawing tries to optimize/reduce redraws via `ConsoleDriver.Clip` which is a…
-
## Background and Motivation
QUIC is finally a proposed standard in RFC, with HTTP/3 and WebTransport on the way.
To prepare for WebTransport and other use cases, such as unreliable message delive…
-
Many C APIs that process UTF-8 string data take parameters of the form `const char * text, const size_t textLength` and assume that the caller will provide the length of the string (in UTF-8 bytes).
…
-
**Description**
I have a .NET 4.8 unit test project that references SkiaSharp 1.68.3.
Some unit tests fail with:
```
System.IO.FileLoadException: Could not load file or assembly 'System.Buff…
-
Hey there,
I wanted to test this out and get a feel for what it could bring to my project, but unfortunately, I received an error right off the bat.
I was attempting to use the following to c…