spsc_queue VS tlaplus

Compare spsc_queue vs tlaplus and see what are their differences.

spsc_queue

A fast, concurrent, bounded, single producer, single consumer queue (by Deaod)

tlaplus

TLC is a model checker for specifications written in TLA+. The TLA+Toolbox is an IDE for TLA+. (by tlaplus)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
spsc_queue tlaplus
2 38
35 2,219
- 1.2%
10.0 9.1
over 4 years ago 8 days ago
C++ Java
BSD 2-clause "Simplified" License MIT License
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.

spsc_queue

Posts with mentions or reviews of spsc_queue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-03.
  • Low latency queues in Rust ecosystem
    4 projects | /r/rust | 3 Jul 2023
    I've been researching how low latency I can get with Rust and if there's anything already built. If I limit the question only to SPSC queues, it looks like crossbeam-channel is the most performant one and needs around 20ns per item. In comparison to e.g. https://github.com/Deaod/spsc_queue with almost 1ns/item (the linked queue is not implemented in Rust and only used as an example of what's physically possible). I don't see why we couldn't have something like that in the Rust ecosystem and am wondering if there are any other places to look for perf structures like that, other than Github or crates.io (or they live under a different tag). Also if I would go for a c++ queue, can somebody share the perf impact of calling it from Rust? Haven't done that yet.
  • A collection of lock-free data structures written in standard C++11
    7 projects | news.ycombinator.com | 10 May 2023
    Should be benchmarked against ->

    https://github.com/Deaod/spsc_queue

    If proven faster OK.. If not.. Well.. back to the drawing board.

tlaplus

Posts with mentions or reviews of tlaplus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-19.

What are some alternatives?

When comparing spsc_queue and tlaplus you can also consider the following projects:

dafny - Dafny is a verification-aware programming language

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

apalache - APALACHE: symbolic model checker for TLA+ and Quint

stateright - A model checker for implementing distributed systems.

awesome-programming-languages - The list of an awesome programming languages that you might be interested in

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

Corinna - Corinna - Bring Modern OO to the Core of Perl

daisy-nfsd - DaisyNFS is an NFS server verified using Dafny and Perennial.

advent-of-tla - AoC goals in TLA+

adventofcode - :christmas_tree: Advent of Code (2015-2023) in C#

Kind - A next-gen functional language [Moved to: https://github.com/Kindelia/Kind2]

not-yet-awesome-embedded-rust - A collection of items that are not yet awesome in Embedded Rust