spsc_queue

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

Spsc_queue Alternatives

Similar projects and alternatives to spsc_queue

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better spsc_queue alternative or higher similarity.

spsc_queue reviews and mentions

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.

Stats

Basic spsc_queue repo stats
2
34
10.0
over 4 years ago

Deaod/spsc_queue is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of spsc_queue is C++.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com