|
|
|
|
|
by vips7L
1868 days ago
|
|
> Well, D have a GC, and by design cannot have a GC with good performance, because of its complex mutable object system. OCaml, can achieve good GC performance because its immutable by default I'm not so sure considering Java probably has better GC performance than D/OCaml/Go and is completely mutable. |
|
Hopefully, the multicore GC will be as good, or one will be able to disable multicore abilities when not in use (which is going to be most of the time, I believe)