Keynote: Iterators and Ranges: Comparing C++ to D, Rust, and Others - Barry Revzin - CPPP 2021

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

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

  • @MatthewWalker0
    @MatthewWalker0 ปีที่แล้ว +1

    A well-balanced, well thought-out, level-headed and detailed talk. Feels like being guided through a thesis on iterator styles. We've all been frustrated at the complexities and limitations of C++ iterators, and wondering what the alternatives are -- this talk gives you that knowledge, and lets you appreciate each point in the design space.

  • @MrAbrazildo
    @MrAbrazildo ปีที่แล้ว

    27:30, so are ranges slow in any language?
    38:22, C++ is faster for most cases and, as long as I know/think, it's also better to build tools - _or is Rust better to make C++ things than the opposite_ ? 57:52, tsc, tsc, tsc... I guess the answer is here, for example. I appreciate C++ functionality even more than its speed.