|
|
|
|
|
by fdr_cs
4862 days ago
|
|
Those implementations have quite weak garbage collection implementations (boehm conservative, but I'm not sure), which would just kill the performance. Hotspot JVM has a very sofisticated Incremental Generational garbage collector, which does have a _very_ good performance.
I'm pretty sure they had their reasons for not using Java (I actually do have mine too), but, garbage collection is not one of those. |
|