|
|
|
|
|
by cmrdporcupine
45 days ago
|
|
There's simply no way it'd ever have similar performance to those. It's not possible. I have always seen it as a potential alternative to Java, and definitely better than Python. My experience working in it professionally was that it was... fine. But the GC in it was not good under load and not competitive with Java's. |
|
The key to performance with the GC in Julia is not allocating, but it has gotten substantially better since 2019.