www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Interresting article about performance of mobile apps

reply Benjamin Thaut <code benjamin-thaut.de> writes:
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
Jul 13 2013
parent "Namespace" <rswhite4 googlemail.com> writes:
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 ;)
Jul 13 2013