July 13, 2013
http://sealedabstract.com/rants/why-mobile-web-apps-are-slow/

Especially the part about garbage collectors is really interresting. Maybe D should think about better support for manual memory management instead of relying on the GC that much.

Kind Regards
Benjamin Thaut
July 13, 2013
On Saturday, 13 July 2013 at 09:08:53 UTC, Benjamin Thaut wrote:
> http://sealedabstract.com/rants/why-mobile-web-apps-are-slow/
>
> Especially the part about garbage collectors is really interresting. Maybe D should think about better support for manual memory management instead of relying on the GC that much.
>
> Kind Regards
> Benjamin Thaut

Already discussed:
http://forum.dlang.org/thread/krhjq8$2r8l$1@digitalmars.com

;)