Skip to content

gstatomicqueue: Improve performance on push operations

Santiago requested to merge (removed):atomicqueue into master

Do not block fast writers until slower ones finish. Instead we store the data at the right posistion and update the read index when all consecutive data is available for readers.

Change-Id: I80546fed4f740ff20c3ddc30ae8f0ffc27108687

Merge request reports