Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. What's the performance level of the QT State Machine Framework
QtWS25 Last Chance

What's the performance level of the QT State Machine Framework

Scheduled Pinned Locked Moved General and Desktop
state machinestatemachineperformanceframework
2 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LuisAbreu
    wrote on 29 May 2015, 17:35 last edited by LuisAbreu
    #1

    I'm working on a project where using a State Machine makes very sense. At the moment we are doing it using switch-cases and loops. But I've been wanting to convert all of our code using the QT State Machine Framework.
    Right now, it seems a good fit, but my only concern is performance. This project is running on a Raspberry Pie and it needs to be fast and smooth. Having said all of this. Should I be concerned about the performance of the QT's State Machine Framework?

    edit: I'll be needing to run two qstatemachines at the same

    Thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 29 May 2015, 21:24 last edited by
      #2

      Hi,

      The only good answer is: benchmark.

      In any case, Qt's State Machine Framework is not know to be slow so unless you're expecting speed of light it should run well enough.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      1/2

      29 May 2015, 17:35

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved