Results 1 to 3 of 3

Thread: QT is becoming slower ?

  1. #1
    Join Date
    Feb 2012
    Posts
    10
    Thanks
    3

    Question QT is becoming slower ?

    I am not sure how QML works, but it suggested that it is interpreted by an engine of some sort like JVM

    So , since more and more features have been migrate to QML in QT5, will QT lose its advantage in performance?

    And what is its advantage compared to other technologies ? For instance, Java, Html5,etc.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QT is becoming slower ?

    I don't know the current state of QML but languages such as javascript (which is what QML really is) can be compiled into machine code using JIT (Just-In-Time compilation) and executed with full speed. That's basically how JVM works as well. I know that JIT technology is present in Qt so a good guess is that it is being used for QML as well.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2008
    Posts
    155
    Thanked 15 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QT is becoming slower ?

    You can simply keep using normal QWidgets, also in Qt 5.

Similar Threads

  1. Qwt 6.0.1 three times slower than 5.2.0
    By Spitfire in forum Qwt
    Replies: 13
    Last Post: 26th September 2011, 10:05
  2. QVector Slower than STL Vector
    By lynchkp in forum Newbie
    Replies: 3
    Last Post: 5th December 2010, 10:50
  3. Qt 4.6.3 slower than 4.6.2
    By Nik8768 in forum Installation and Deployment
    Replies: 3
    Last Post: 19th July 2010, 12:13
  4. Replies: 6
    Last Post: 15th April 2010, 19:56
  5. why Qt4 is so slower than Qt3 ?
    By xuyaojun1980 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th February 2009, 18:32

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.