Low-Latency Lock-Free Ring-Buffer in C - Lock Free Programming (Part #2)

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

КОМЕНТАРІ • 13

  • @7guitarlover
    @7guitarlover 7 місяців тому +3

    Thankyou ! Please keep making more Low Latency Tutorials/lessons. Subscribed for that =)

  • @alexdai_
    @alexdai_ 3 місяці тому

    You just gave me a pillow when I was sleepy, thanks! Good video!

  • @pooascyrous5722
    @pooascyrous5722 7 місяців тому +1

    Thanks, please keep making high frequency trading staff

  • @AMX0013
    @AMX0013 7 місяців тому +3

    Thanks for this contnet! could you do a simillar explanantion of an order management system ?

  • @98_noot
    @98_noot 3 місяці тому

    algoritm's recommend this video. I confess, I don't understand much but I see a stronger people haha. nice video

    • @soniakolasinska3850
      @soniakolasinska3850  3 місяці тому +1

      Ring buffer is just a piece of memory in your computer or smart phone. I'm talking about some specific implementation suitable for ultra low-latency trading 😉

    • @dr3w979
      @dr3w979 Місяць тому

      Am trying to learn about low latency systems engineering. I came across something called disruptor which uses a ring buffer for low latency message passing. Thx for this because it gives me a reference implementation.

  • @darren970906
    @darren970906 7 місяців тому

    Please make more Low Latency programming videos!

  • @barthelemyyerbanga7180
    @barthelemyyerbanga7180 7 місяців тому

    Thank you, very clear 💯💯

  • @dhairyar3556
    @dhairyar3556 7 місяців тому

    Thank you for the video and the detailed code. Good content related to low latency programming is hardly available online. I will be interning at a market making trading firm as C++ dev soon and if you have know any other resources you feel will be helpful for me, please let me know. Thank you.

  • @billyluo8239
    @billyluo8239 7 місяців тому +1

    have you ever tried a performance test on this program? and thourghoutput?

    • @soniakolasinska3850
      @soniakolasinska3850  7 місяців тому +1

      This algorithm is probably the fastest possible way of signaling between CPU cores. It is provided as-is, and you need to use your own knowledge and skills to get the most of it.