Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kkokosa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
The Whole Truth About Blockchain from the Nerd
(youtube.com)
1 points
by
kkokosa
4y ago
|
1 comments
2.
▲
by
kkokosa
4y ago
From .NET Nerd To Web3 Business.
3.
▲
by
kkokosa
4y ago
Hi, how can I contant you? Or maybe you can reach me out on Twitter - https://twitter.com/konradkokosa ?
4.
▲
Configuring dotnet-monitor with Prometheus and Grafana
(dotnetos.org)
3 points
by
kkokosa
5y ago
|
0 comments
5.
▲
Free on-line premium .NET conference – Dotnetos Conf
(conf.dotnetos.org)
1 points
by
kkokosa
5y ago
|
0 comments
6.
▲
Why should you care about .NET GC?
(tooslowexception.com)
1 points
by
kkokosa
5y ago
|
0 comments
7.
▲
.NET Memory Management Quiz
(quiz.dotnetmemoryexpert.com)
1 points
by
kkokosa
5y ago
|
0 comments
8.
▲
by
kkokosa
6y ago
You may be interested in watching my talk about it at NDC - https://www.youtube.com/watch?v=zVbTmgbiZsA&t=23s
9.
▲
by
kkokosa
6y ago
Just as a clarification, "Copying is the most common way (and the current .NET way)" is not the case - .NET GC is generational but it does not promote through generations by copying.
10.
▲
by
kkokosa
6y ago
Thank you for all the comments, here's the link to the second episode if you are interested: https://www.youtube.com/watch?v=OXvT9f5PPbs
11.
▲
by
kkokosa
6y ago
Although there are many valid comments here, I will just leave here a voice from the .NET GC architect herself - https://devblogs.microsoft.com/dotnet/how-to-evaluate-info-y... .
12.
▲
by
kkokosa
6y ago
"I'm not 100% sure what he did say" - this makes me a little worries. What wasn't clear exactly? I've hoped that the GC history from 48:50 covered "the Lisp part" good enough.
13.
▲
.NET async/await in a single picture
(tooslowexception.com)
2 points
by
kkokosa
6y ago
|
0 comments
14.
▲
.NET JIT compiler is not type safe
(tooslowexception.com)
3 points
by
kkokosa
6y ago
|
0 comments
15.
▲
Fibonacci Versioning – A New “Hope”
(fibver.org)
3 points
by
kkokosa
7y ago
|
0 comments
16.
▲
OutOfMemory – a nerdy card game for developers
(tooslowexception.com)
2 points
by
kkokosa
7y ago
|
0 comments
17.
▲
by
kkokosa
9y ago
I believe it is not difficulty level problem but the fact that due to value types existence in .NET it was ok to live without escape analysis for so many years (like @cpeterso also pointed out).
18.
▲
by
kkokosa
9y ago
There is a lot of good things going on in .NET Core about this. Here is a good description of Span: http://adamsitnik.com/Span/#slicing-without-managed-heap-all...
19.
▲
by
kkokosa
9y ago
In general - yes: https://github.com/dotnet/coreclr/issues/1784 . However, nothing more specific I can say...