max0x7ba / atomic_queue

C++ lockless queue.
MIT License
1.47k stars 176 forks source link

Low latency programming? #39

Closed zumpchke closed 2 years ago

zumpchke commented 2 years ago

I'm looking for a resource to learn low latency programming so I can write libraries such as these. Can you please recommend a book?

max0x7ba commented 2 years ago

I read "The Art of Multiprocessor Programming" and found it extremely instructive.