Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
LOLOLOLO1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
LOLOLOLO1
6y ago
I really doubt running ARM64 Linux in VM will be a problem. Most software from repositories should be OK as well.
2.
▲
by
LOLOLOLO1
7y ago
No of course. It may loses at some benchmarks made by Java or Python/Ruby coders. Two areas where it is actually slower are 1) Memory allocation 2) Regular expression performance. But you must understand your Java app won’t have perfo
3.
▲
by
LOLOLOLO1
8y ago
"oneof" construction is here for two reasons: 1. It enhances readability 2. It would be a surprise to you: oneof actually enhances type safety. It is just lacking type system of Go where you cannot express the feature and thus los
4.
▲
by
LOLOLOLO1
8y ago
Protobuf has first class enum support and also provides a thing called "oneof". Go doesn't have anything of this. So, it is clearly not the right tool for the job. Sorry guys, you are wasting your time sticking to Go construc
5.
▲
by
LOLOLOLO1
9y ago
Scala is a perfect example of how NOT to design languages.
6.
▲
by
LOLOLOLO1
10y ago
Coding in scala is just like wearing this http://blogs.watoday.com.au/lifestyle/fearclothing/tacky2_co... Scala is really bad designed. Odersky is too stubborn and doesn't seem to have real world experience,
7.
▲
by
LOLOLOLO1
10y ago
Spark is not just written in Scala, they shared the same philosophy of underthought design. Luckily, there's a little reason of using Spark after Yandex released their Clickhouse: it better compresses data, it is much faster, it doesn&