Hello, I released v1.2.0 of my queue package. A Circular Queue implementation is now available. Blocking and Priority queues were previously available. All implementations satisfy the Queue interface provided by the package. Any feedback would be greatly appreciated.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

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
  • queue

    ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way. (by adrianbrad)

  • GoQ

    Lightweight message queue in Golang (by MasslessParticle)

  • I think you are looking for a message queue, usually, those are available as separate services like RabbitMQ. I found this in-memory message queue for golang: https://github.com/MasslessParticle/GoQ, it does not seem maintained anymore but you can take a look. Hope it helps!

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hello, announcing v1.3.0 of my queue package: A Linked Queue implementation was added, complementing the Circular, Blocking, and Priority queues. All structures align with the standard Queue interface. Looking forward to your feedback!

    1 project | /r/golang | 26 Oct 2023
  • [Code Review Request] Package providing multiple Queue implementations

    1 project | /r/golang | 25 Jan 2023
  • [Code Review Request] Generic Blocking Queue

    3 projects | /r/golang | 1 Sep 2022
  • Seeking Insights: Tools Used in GitHub Actions for Security Code Checks and Vulnerability Detection

    2 projects | /r/golang | 6 Jul 2023
  • Redis Re-Implemented with SQLite

    15 projects | news.ycombinator.com | 14 Apr 2024