Live data from Hacker News

Viewing profile — mixolydianagain

mixolydianagain

HN member
Joined
Sun, Mar 26, 2023, 2:54 AM UTC
HN karma
10
Public activity
5 items

About mixolydianagain

No profile information was provided.

Recent public activity

  1. comment
    Comment #48602122

    modern Java is great. But this article makes me really appreciate the class and struct features of C++

  2. comment
    Comment #48602075

    > All of the language differences between .NET and Java fall in this "non-consensus" zone Curious if you think fibers vs async/await is still in this zone (amongst experts). It see…

  3. comment
    Comment #48409697

    some of the STL is easy to improve on. For example, std::unordered_map performs poorly due to pointer stability requirements in the standard. Most performance sensitive C++ codebas…

  4. comment
    Comment #48392655

    > to more performant runtimes and architectures in response to operational concerns at scale, which have a tenuous link to language The runtime performance and the language are dee…

  5. comment
    Comment #48090946

    Hi Nikita. Can you share any of Neon's techniques for minimizing noisy neighbor issues in the multi tenant storage services? Thanks!