[Development] Proposal for "container-oriented deterministic memory manager"

Phil Bouchard philippeb8 at gmail.com
Sun Dec 25 04:39:19 CET 2016


Greetings,

I am a QML developer and it came to my attention that the animation is 
sluggish because of the internal garbage collector.  I know about the 
QtQuickCompiler that could speed up the rendering but it still uses a 
garbage collector.

I wrote myself a "container-oriented deterministic memory manager" 
called "root_ptr" that could definitely speed up animation of QML objects:
https://github.com/philippeb8/root_ptr

Is that something that could be easily integrated into the 
QtQuickCompiler?  If so would there be any interests to integrate root_ptr?


Sincerely,
-Phil




More information about the Development mailing list