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

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to