CppCon 2015: Michael VanLoon “STL Algorithms in Action ”

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 3

  • @ecosta
    @ecosta 3 ปีที่แล้ว +5

    That was surprisingly good. I really enjoyed the clever usages of , but I wonder about the efficiency of some of those compositions. The chain of sort/stable_sort he used for sorting by last/first/mid names is impressive, but it sounds inefficient to run sort three times instead of a single sort with a more complex comparator.

  • @athosliu
    @athosliu 8 ปีที่แล้ว +21

    Great talk. Wish the background picture could be removed...

  • @mhelvens
    @mhelvens 5 ปีที่แล้ว +2

    A small but important mistake on slide 91: set_difference requires that the original ranges are sorted (w.r.t. operator