CppCon 2018: Arthur O'Dwyer “An Allocator is a Handle to a Heap”

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

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

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

    My favorite C++ speaker by far. Learned so much from this guy.
    21:45 was the big aha moment for me where things started to click

  • @pancio-ciancio
    @pancio-ciancio 2 หลายเดือนก่อน

    It's not clear to me the following point:
    If we ever need more control over memory allocation, using the pmr::memory_resource is the most convenient approach?
    Or in some cases a custom one is more suitable?
    I cannot imagine how can I implement a frame allocator using the pmr::memory_resource right now, because some object might rung their internal destructor, and freeing the whole allocator without knowing the type of allocated object is wrong. Can you point me to some reosource please?

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

    The distinction he wanted to make is between _value_ types and _reference_ types.

  • @mmmars1000
    @mmmars1000 6 ปีที่แล้ว +4

    I love these videos but it would be cool if the volume was turned a bit higher.

    • @vasantprabhu
      @vasantprabhu 3 ปีที่แล้ว

      with earphones its good

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

    This is great talk !