[OT] Why mobile web apps are slow

thedeemon dlang at thedeemon.com
Thu Jul 11 12:41:15 PDT 2013


On Wednesday, 10 July 2013 at 13:30:26 UTC, bearophile wrote:
> thedeemon:
>
>> No mature GCed languages behave that bad.
>
> I think there is one JavaVM that manages to avoid part of the 
> problem you explain (and maybe it needs special kernel 
> support). I think all other JavaVMs suffer it, more or less.

HotSpot and, I suppose, other mature JVMs provide generational 
GCs, so you won't get 5 seconds delay after each 8 MB of 
allocated data there.


More information about the Digitalmars-d mailing list