Live data from Hacker News

Viewing profile — kkokosa

kkokosa

HN member
Joined
Wed, Jan 24, 2018, 6:07 PM UTC
HN karma
11
Public activity
21 items

About kkokosa

No profile information was provided.

Recent public activity

  1. comment
    Comment #33449145

    From .NET Nerd To Web3 Business.

  2. story
  3. comment
    Comment #32562587

    Hi, how can I contant you? Or maybe you can reach me out on Twitter - https://twitter.com/konradkokosa ?

  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #25900936

    You may be interested in watching my talk about it at NDC - https://www.youtube.com/watch?v=zVbTmgbiZsA&t=23s

  10. comment
    Comment #25900912

    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 copyin…

  11. comment
    Comment #25900851

    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

  12. comment
    Comment #25900826

    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... .

  13. comment
    Comment #25900788

    "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.

  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #16226539

    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…

  20. comment
    Comment #16225760

    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...

  21. comment
    Comment #16225745

    In general - yes: https://github.com/dotnet/coreclr/issues/1784 . However, nothing more specific I can say...