Lock Free Queue [hft interview]

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

КОМЕНТАРІ • 13

  • @pauloferraz3042
    @pauloferraz3042 5 днів тому

    thanks for sharing , hope you continue with the videos

  • @karthikreddy8965
    @karthikreddy8965 2 дні тому +1

    Isnt the whole point of mutexes is to prevent busy waiting ? i agree they are expensive but they were trying save cpu cycles by putting all but one thread to sleep ? then why is this queue perceived to be faster than mutex based queue? also how about using fast user space mutexes like futexes? BTW Informative video.

  • @Hemanth_Kollapudi
    @Hemanth_Kollapudi 10 днів тому +5

    Hi, Great video bro, if possible make a video on beginner guide/ roadmap to become a quant developer with learning resources that you think useful.

  • @recursion.
    @recursion. 10 днів тому

    Great video. Need more of these. 🙌

  • @taihuynh2427
    @taihuynh2427 8 днів тому +1

    Hi, Great video bro.
    I have question about what is different Mutex and Atomic whether Mutex can replace atomic in this case.

    • @TheQuantDev
      @TheQuantDev  7 днів тому +1

      Mutex can always replace atomic, but it will be less efficient

  • @rishabhnegi1937
    @rishabhnegi1937 8 днів тому +1

    hi, hope u doing great
    as a recent graduate, can they ask questions about lock free data structures ?

    • @TheQuantDev
      @TheQuantDev  8 днів тому

      Yes, this is not unheard of, especially at HFT firms

  • @farouk-hjabo
    @farouk-hjabo 9 днів тому +1

    Are you using copilot or how are you getting such auto-completes?

    • @TheQuantDev
      @TheQuantDev  9 днів тому +1

      Yeah copilot 💪
      It’s just the best tool

  • @hashirshafique3395
    @hashirshafique3395 8 днів тому

    In which company do you work?

  • @3ombieautopilot
    @3ombieautopilot 10 днів тому

    What's your opinion on Rust?

    • @TheQuantDev
      @TheQuantDev  10 днів тому +2

      I haven’t used Rust personally yet, but from what I’ve heard, most of the time it can’t compete with C++ in terms of performance