I'm pretty sure of the same, and that feature actually leaks into the implementation. Right after the initial introduction of the current Github Actions, we translated some Azure Devops scripts to Actions and a lot of…
As far as I'm aware, it's the development of Kestrel which pushed the introduction of ref/Span etc. Due to it Kestrel has seen quite a large speedup, it being one of the fastest HTTP servers nowadays. ref/Span allowed…
Which is a shame, because zero-knowledge actually can mean something. But it's yet another term with actual value hijacked for marketing.
Kind of like optimistic concurrency? "Lets try, we'll retry on failure".
For others interested in the source of StringBuilder: https://github.com/mono/mono/blob/master/mcs/class/corlib/Sy... Note that the actual magic consists of internal methods in String.cs: - FormatHelper…
I'm pretty sure of the same, and that feature actually leaks into the implementation. Right after the initial introduction of the current Github Actions, we translated some Azure Devops scripts to Actions and a lot of…
As far as I'm aware, it's the development of Kestrel which pushed the introduction of ref/Span etc. Due to it Kestrel has seen quite a large speedup, it being one of the fastest HTTP servers nowadays. ref/Span allowed…
Which is a shame, because zero-knowledge actually can mean something. But it's yet another term with actual value hijacked for marketing.
Kind of like optimistic concurrency? "Lets try, we'll retry on failure".
For others interested in the source of StringBuilder: https://github.com/mono/mono/blob/master/mcs/class/corlib/Sy... Note that the actual magic consists of internal methods in String.cs: - FormatHelper…