max0x7ba / atomic_queue

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

max size of the queue is 2^26 due to `alighas(CACHE_LINE_SIZE)` #12

Closed Andriy06 closed 4 years ago

Andriy06 commented 4 years ago

A minor correction for your docs that state:

That limits the queue size to 4,294,967,295 elements