Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why is the Java GC so garbage?

Name: Anonymous 2016-02-22 22:34

It is 2016, why does Java still shit itself like a baby if you try to serve a non-toy amount of traffic with it without tuning your garbage collector settings yourself like some sort of caveman?

Is it so hard to set defaults that don't randomly freeze like a deer caught in the headlights at the sight of multiple qps?

Name: Anonymous 2016-02-27 19:03

>>10
Listen up, you stupid fuck. If you're allocating/freeing all over in C that'll add a ton of slow overhead to your program. You need to buy a proper GC for $$$ or make sure not to heap allocate any objects ever. GC is just as fast/slow as explicit memory management, because you underestimate how shit slow the heap is in other languages. If memory management overhead is a problem in any language, you have to do the avoid allocation dance.

Now, go kill yourself.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List