# lockfree-queue **Repository Path**: rainfly123/lockfree-queue ## Basic Information - **Project Name**: lockfree-queue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-30 - **Last Updated**: 2021-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A simple lock-free queue implementation based on [Implementing Lock-Free Queues (by John D. Valois)][1]. It is supposed to be used on multi-threaded tcpdump project (not finished yet :(). [1]: http://people.cs.pitt.edu/~jacklange/teaching/cs2510-f12/papers/implementing_lock_free.pdf