Y
Hacker News
new
|
ask
|
show
|
jobs
by
gakada
3546 days ago
Basically in the unrealistic situation of a closed system, GC can be faster. But it makes FFI significantly harder (e.g. V8 API)
1 comments
pjmlp
3546 days ago
Not necessarily, in many GC enabled systems programming languages you can also allocate outside GC heap.
link