|
|
|
|
|
by lennelpennel
3701 days ago
|
|
I know you did not mean to say that scala code is non-performent.
Well written jvm is highly performant and with GC algos like concurrent mark and sweep or garbage first and a good allocation of eden, tenured (etc) space you should really never have a stop the world because of GC'ing anymore. |
|