Y
Hacker News
new
|
ask
|
show
|
jobs
by
kubb
447 days ago
Something that shouldn’t be written in a GC language.
2 comments
Cthulhu_
447 days ago
GC is not relevant in this case, it's about whether you can make structs fit in cache lines and CPU registers. Mechanical sympathy is the googleable phrase. GC is a few layers further away.
link
piokoch
447 days ago
I don't think GC has anything to do here, doing manual memory allocation we might hit the same problem.
link