Concurrency Hylomorphism - Lucian Radu Teodorescu - ACCU 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

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

  • @Roibarkan
    @Roibarkan 4 หลายเดือนก่อน +2

    6:03 Stepanov’s lecture: th-cam.com/video/COuHLky7E2Q/w-d-xo.html

  • @ladnir
    @ladnir 4 หลายเดือนก่อน +1

    21:02 His inclusive scan is eager and therefore can not be as efficient as S&R. If you want spawn you can write it in cpp today.

  • @Voy2378
    @Voy2378 3 หลายเดือนก่อน

    not explaining the syntax was a terrible decision, for example in quicksort:
    he uses inout to declare a variable, I would assume that applies only to args.
    partition takes just the vector, no predicate...

    • @TheBigWazowski
      @TheBigWazowski หลายเดือนก่อน

      It doesn't really need to be an element based partition, so no need for a predicate. Could be something as simple as splitting the array in half