lockfree VS rc_event_queue

Compare lockfree vs rc_event_queue and see what are their differences.

rc_event_queue

VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes. (by tower120)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
lockfree rc_event_queue
11 3
695 20
- -
7.9 0.0
20 days ago almost 2 years ago
C++ Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

lockfree

Posts with mentions or reviews of lockfree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-29.

rc_event_queue

Posts with mentions or reviews of rc_event_queue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-27.

What are some alternatives?

When comparing lockfree and rc_event_queue you can also consider the following projects:

distortos - object-oriented C++ RTOS for microcontrollers

hatrack - Fast, multi-reader, multi-writer, lockless data structures for parallel programming

glibc - GNU Libc

crossbeam - Tools for concurrent programming in Rust

micro-gl - Headers Only C++11 CPU Vector Graphics. no std-lib, no FPU and no GPU required !

sled - the champagne of beta embedded databases

tlaplus - TLC is a model checker for specifications written in TLA+. The TLA+Toolbox is an IDE for TLA+.

goconcurrentqueue - Go concurrent-safe, goroutine-safe, thread-safe queue

Ring-Buffer - A simple ring buffer (circular buffer) designed for embedded systems.

left-right - A lock-free, read-optimized, concurrency primitive.

set-ethernet-max-ring-buffer - Set max TX/RX ring buffer for ethernet device

rsmq - Redis Simple Message Queue