Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    General and Desktop
    state machine statemachine performance framework
    2
    2
    1055
    Loading More Posts
    • 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
      LuisAbreu last edited by LuisAbreu

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 1
        • First post
          Last post