Announcement

Collapse
No announcement yet.

Talk Of Improving Qt's Multi-Threading Abilities

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Talk Of Improving Qt's Multi-Threading Abilities

    Phoronix: Talk Of Improving Qt's Multi-Threading Abilities

    Sparked yesterday was a discussion among Qt developers about improving the tool-kit's multi-threading API...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    What exactly is wrong with depreciating it and using the C++11 std::thread?

    Comment


    • #3
      Originally posted by zanny View Post
      What exactly is wrong with depreciating it and using the C++11 std::thread?
      QThread has signals and slots, it just integrates better with the rest of Qt.

      Also: Wrapping a layer around Intels TBB, which is already a wrapper, is a bad idea. Personally I don't really like the TBB syntax.

      Comment

      Working...
      X