Moving beyond Arc˂Mutex˂T˃˃ - Katharina Fey

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 6

  • @mikkelens
    @mikkelens 10 місяців тому +14

    I did not expect to actually understand the practical use and abstracted hardware concepts of Atomics when I started watching this talk, but I am very happy with this outcome!

  • @brunozimmermann8017
    @brunozimmermann8017 Рік тому +61

    Lockfree crate's author here. I would like to just point out two things:
    1. Lockfree crate's biggest drawback is not replacing the global, blocking allocator by a non-blocking one (that is a feature I ended up never implementing);
    2. Lockfree crate's performance is actually... worse than some of the blocking counterparts in all benchmarks I have written, and so, I would not advise one to use lockfree seeking performance, but rather seeking properties such as being reliable, free from deadlocks, etc.

  • @YannSimon
    @YannSimon Рік тому +12

    I said "consensus" in front of my screen, and you heard it! Crazy technology with space-time travels.

  • @oleksrow
    @oleksrow Рік тому +1

    Nice deep dive!❤

  • @arubaga
    @arubaga 6 місяців тому

    At 34:08 it should be // unlock the mutex