Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cthutu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cthutu
3y ago
Some incorrect assumptions: * Rust does not have slow compile times compared to C++. They are often faster. Linking tends to be the slow part. C++ compilation speeds suffer heavily from header files. * Lifetime semantics can be confusing