105 STL Algorithms in Less Than an Hour - Jonathan Boccara [ACCU 2018]

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024

Комментарии • 41

  • @code_report
    @code_report 6 лет назад +49

    i can't believe ppl didn't clap after the The World of C++ STL Aglorithms animation! it was so good.

    • @GargAnkit
      @GargAnkit 6 лет назад

      are you referring to the UB animation?

    • @code_report
      @code_report 6 лет назад +2

      the animation at 9:33

    • @Buqui
      @Buqui 6 лет назад +1

      I know right? Kinda reminded me of Game of Thrones, but I think in general the audience was very bland.

    • @-taz-
      @-taz- 6 лет назад

      Or laugh, at least.

    • @TimmmmCam
      @TimmmmCam 6 лет назад +4

      I was there, it was a bit awkward in person tbh, but this was easily the best talk of the conference.

  • @MatthewChaplain
    @MatthewChaplain 6 лет назад +18

    This is possibly the most accessible method of explaining the standard library algorithms I've seen. Good work!

    • @maxabramson4781
      @maxabramson4781 5 лет назад

      I would love this talk, except that his accent(s) is so thick that I miss some of the key words. That then makes some of his statements difficult to understand, making his whole description impossible to understand.

  • @CedricMialaret
    @CedricMialaret 6 лет назад +19

    Great talk! One grave omission however: in my opinion, you should name the father of STL, Alexander Stepanov, and spend a few minutes on how STL was a breakthrough and a turning point from c++ and what distinguished it from other collection of algorithms.

  • @tobiasfuchs7016
    @tobiasfuchs7016 6 лет назад +9

    Watching this talk is a homework assignment in my course now. I just keep nodding from beginning to end, and the presentation is amazing. Why didn't the audience give some hand for the animation?!

    • @nukeman0199
      @nukeman0199 6 лет назад +3

      Tobias Fuchs std::nod(video.begin(), video.end() )
      (Sorry, i couldn’t help muself)

  • @jesuscuadrado2291
    @jesuscuadrado2291 6 лет назад +2

    Great talk Jonathan! we need more people like you, passionate, brilliant and C++ popularizer...

  • @andreaslegomovies
    @andreaslegomovies 6 лет назад +2

    Nice presentation! This video will probably be used for all my future needs of STL algorithms :)

  • @reemuskumar1
    @reemuskumar1 5 лет назад

    It is one of the best Video on STL Algorithms. And with a Mind Map(like fantasy world map) !!!

  • @svenbtb
    @svenbtb Год назад

    This is very helpful, thank you for this

    • @ACCUConf
      @ACCUConf  Год назад

      Thank you for your comment and pleased to hear this presentation was of use.

  • @OnWhenReady
    @OnWhenReady 6 лет назад +3

    Really nice talk!

  • @RobertFuszenecker
    @RobertFuszenecker 5 лет назад

    Brilliant video. Thanks for it.

  • @Buqui
    @Buqui 6 лет назад

    Thank you for this presentation, I've learned a lot from it and I have in mind a couple of places where I could use this, turning a 50 liner to a 1 liner, that's very useful!

  • @figurehe4d
    @figurehe4d 6 лет назад +1

    excellent overview!

  • @chunshengpei6488
    @chunshengpei6488 6 лет назад +1

    I think I saw the map of STL on reddit months ago. and it would be nice to mention the father and mother of STL, Alexander Stepanov and Meng Lee.

  • @-AdityaKulkarni-
    @-AdityaKulkarni- 5 лет назад

    Just love it!

  • @paulfloyd9258
    @paulfloyd9258 6 лет назад

    Here is the link for the map : www.fluentcpp.com/getthemap/

  • @homomorphic
    @homomorphic 5 лет назад

    good talk, that's all.

  • @kevalan1042
    @kevalan1042 6 лет назад +4

    Great talk! What is that accent?

    • @treyquattro
      @treyquattro 6 лет назад

      I believe Spanish, by way of UK & France

    • @michaelchadwick1820
      @michaelchadwick1820 6 лет назад

      Jonathan is French. He lives in France, but spent some time in the UK where he became fluent in English; thus his accent is primarily a UK accent.

  • @adamurban6904
    @adamurban6904 6 лет назад +1

    How did you do that nice map animation?

    • @nukeman0199
      @nukeman0199 6 лет назад

      Ádám Urbán to me, it almost looks like he viewed it with VR goggles and screencapped it

  • @petermuller9518
    @petermuller9518 6 лет назад

    Great talk! Where to get the Mal?

  • @bhairaramjakhar7326
    @bhairaramjakhar7326 5 лет назад

    where to get these slides from?
    please make a git repository..

  • @evandrix
    @evandrix 6 лет назад

    public link to slide deck?

  • @svenbekgb1619
    @svenbekgb1619 6 лет назад +4

    Good talk! Where can i download the map?

    • @GargAnkit
      @GargAnkit 6 лет назад +5

      Here: www.fluentcpp.com/getthemap/

    • @JMPDev
      @JMPDev 6 лет назад

      0:52:34

  • @muhammetaliasan4
    @muhammetaliasan4 6 лет назад

    By the way his comments about std::copy at ruclips.net/video/bXkWuUe9V2I/видео.htmlm12s is not completely correct. In cppreference it is stated to be undefined behaviour if the destination range is overlapping with source range. Not always overwrites. for instance std::copy yields 1 2 3 1 2 3 4 5 9 10 as expected in my system with gcc 5.5.0

  • @xiaoruizhou694
    @xiaoruizhou694 6 лет назад +1

    This is possibly the most accessible method of explaining the standard library algorithms I've seen. Good work!