Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mixolydianagain
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mixolydianagain
3mo ago
modern Java is great. But this article makes me really appreciate the class and struct features of C++
2.
▲
by
mixolydianagain
3mo ago
> 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 seems fibers are objectively better. But I&#x
3.
▲
by
mixolydianagain
4mo ago
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++ codebases will use something like abseil's hash maps instead.
4.
▲
by
mixolydianagain
4mo ago
> 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 deeply linked. None of the dynamically typed runtimes you me
5.
▲
by
mixolydianagain
4mo ago
Hi Nikita. Can you share any of Neon's techniques for minimizing noisy neighbor issues in the multi tenant storage services? Thanks!