Viewing profile — mixolydianagain
mixolydianagain
HN member- Joined
- Sun, Mar 26, 2023, 2:54 AM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About mixolydianagain
No profile information was provided.
Recent public activity
-
comment
Comment #48602122
modern Java is great. But this article makes me really appreciate the class and struct features of C++
-
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…
-
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…
-
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…
-
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!