On 2014-05-29 12:09, Atila Neves wrote:

The GC is preventing me from beating Java, but not because of
collections. It's the locking it does to allocate instead! I
don't know about the rest of you but I definitely didn't see that
one coming.

Doesn't the runtime know how many threads currently exist? If it's only one, could the GC avoid the locking?

--
/Jacob Carlborg

Reply via email to