> Greetings, > > I am a QML developer and it came to my attention that the animation is > sluggish because of the internal garbage collector.
Do you have any proofs that GC is to blame here? > 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 Any numbers for "definitely speed up"? > > 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 -- Regards, Konstantin _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
