C++ STL numeric - exclusive_scan, inclusive_scan | Modern Cpp Series Ep. 186

Поділитися
Вставка
  • Опубліковано 24 кві 2024
  • ►Full C++ Series Playlist: • The C++ Programming La...
    ►Find full courses on: courses.mshah.io/
    ►Join as Member to Support the channel: / @mikeshah
    ►Lesson Description: In this lesson we take a look at std::inclusive_scan and std::exclusive_scan which are similar to the previous std::partial_sum variations that we have seen. The difference however is that we are able to parallalize the operations with the functions described in this video, which are generally referred to as 'scans' or 'parallel scan' building blocks in the family of algorithms. I'll also link to some useful resources such as (developer.nvidia.com/gpugems/... and www.cs.cmu.edu/~guyb/papers/B...) for use cases of these algorithms.
    ►UA-cam Channel: / mikeshah
    ►Please like and subscribe to help the channel!
    ►Join our free community: courses.mshah.io/communities/...
  • Наука та технологія

КОМЕНТАРІ • 8

  • @bradenmitchell3265
    @bradenmitchell3265 25 днів тому +1

    Hey Mike. Awesome series! Would love to see some videos on stringstreams and file io.

    • @MikeShah
      @MikeShah  25 днів тому

      Cheers! Good idea, I have some examples in my C++ quick start series until then!

  • @EliasX962
    @EliasX962 Місяць тому +1

    Hey thanks for the Video! You have much better sound quality now, have you changed your microphone ? And btw which microphone are you using ? Because I also search something which works on linux

    • @MikeShah
      @MikeShah  Місяць тому

      Cheers! I use a Yeti Blue microphone

  • @moatasemelsayed6226
    @moatasemelsayed6226 23 дні тому +1

    I have a suggestion for new playlist to go deeply in standard libraries and read the code itself for example like std::array, std::vector and explain the way of implementation and rules that complain with Standard library in gcc that will help us to explore more on the language and know more about template programming and allocation ,etc

    • @MikeShah
      @MikeShah  23 дні тому

      Good suggestion -- some videos I dive in a bit more or show the possible implementation on cppreference. I'll continue to do that more where applicable.

  • @GaryChike
    @GaryChike Місяць тому +1

    First!!! Wait a minute .. this is not about the D language!

    • @MikeShah
      @MikeShah  Місяць тому +1

      Will still give you the points 😁