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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# SPSCQueue
2
-
A single producer single consumer wait-free and lock-free fixed size queue written in Zig, inspired by [rigtorp's](https://github.com/rigtorp/SPSCQueue/tree/master) implementation in C++. This implementation is faster than [rigtorp/SPSCQueue](https://github.com/rigtorp/SPSCQueue/tree/master).
2
+
A single producer single consumer wait-free and lock-free fixed size queue written in Zig, inspired by [rigtorp's](https://github.com/rigtorp/SPSCQueue/tree/master) implementation in C++ and faster than it.
0 commit comments