You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Implemented queues are:
66
66
*`scc_queue` - An unbounded lock-free queue from the crate [`scc`](https://crates.io/crates/scc).
67
67
*`scc_stack` - An unbounded lock-free stack from the crate [`scc`](https://crates.io/crates/scc).
68
68
*`seg_queue` - An unbounded queue from the crate [`crossbeam`](https://crates.io/crates/crossbeam).
69
-
*`wfqueue` - A bounded lock-free queue from the crate [`wfqueue`](https://crates.io/crates/wfqueue). Patched [here](https://github.com/WilleBerg/wfqueue)by William to be able to be compiled.
69
+
*`wfqueue` - A bounded lock-free queue from the crate [`wfqueue`](https://crates.io/crates/wfqueue). Patched [here](https://github.com/WilleBerg/wfqueue) to be able to be compiled.
70
70
*`boost_cpp` - A bounded lock-free C++ queue from the [`boost`](https://www.boost.org/) C++ library. Can be benchmarked using bindings. Required `boost` to be installed on your system. **Experimental**.
71
71
*`moodycamel_cpp` - [A fast lock-free C++ queue](https://github.com/cameron314/concurrentqueue). **Experimental**.
72
72
*`lcrq_cpp` - [An unbounded C++ queue](https://github.com/pramalhe/ConcurrencyFreaks/blob/master/CPP/queues/LCRQueue.hpp). **Experimental**.
0 commit comments