Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Dykam
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
Dykam
2y ago
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 the structure and
2.
▲
by
Dykam
2y ago
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 th
3.
▲
by
Dykam
4y ago
Which is a shame, because zero-knowledge actually can mean something. But it's yet another term with actual value hijacked for marketing.
4.
▲
by
Dykam
8y ago
Kind of like optimistic concurrency? "Lets try, we'll retry on failure".
5.
▲
by
Dykam
14y ago
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 https://github.com/mono/mono/blob/