5 Forks
13 Stars
13 Watchers

lockfree

lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free memory management library using fix sized memory managed in single linked list

How to download and setup lockfree

Open terminal and run command
git clone https://github.com/huangfcn/lockfree.git
git clone is used to create a copy or clone of lockfree repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with lockfree https://github.com/huangfcn/lockfree/archive/master.zip

Or simply clone lockfree with SSH
[email protected]:huangfcn/lockfree.git

If you have some problems with lockfree

You may open issue on lockfree support forum (system) here: https://github.com/huangfcn/lockfree/issues