Plain Threads are the GOTO of todays computing - Hartmut Kaiser - Keynote Meeting C++ 2014

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 9

  • @siwenzhang
    @siwenzhang 9 років тому +3

    Great Talk, The best talk about higher level view of concurrency and parallelism!

  • @QuentinUK
    @QuentinUK 8 років тому +1

    Yes, without thinking.

  • @BryonLape
    @BryonLape 6 років тому +2

    Break and continue are just fancy words for goto.

    • @schulmastery
      @schulmastery 5 років тому +1

      but those have a well defined destination, unlike goto which is arbitrary. Every jump implicitly created by traditional control flow is a fancy word for goto.

  • @douggale5962
    @douggale5962 8 років тому +2

    Which kernel? You may be surprised to hear that Windows is not the only operating system. Windows has glacially slow thread creation, Linux has super fast thread creation. So many C++ talks assume windows :(

    • @LambdaJM
      @LambdaJM 8 років тому +4

      Thread creation is expensive in every OS

    • @JiveDadson
      @JiveDadson 6 років тому +1

      Windows uses a thread pool.

  • @JiveDadson
    @JiveDadson 6 років тому +1

    He sort of gets around to the point at 10:42. Well, not really. I ran out of patience.

  • @edwardyang8254
    @edwardyang8254 5 років тому

    Plain threads are as harmful as C++ is bad programming.