awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
adrianbrad avatar

adrianbrad/queue

0
View on GitHub↗
357 stars·15 forks·Go·MIT·6 viewspkg.go.dev/github.com/adrianbrad/queue↗

Queue

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

Features

  • Data Structures - Generic thread-safe queue implementations.

Star history

Star history chart for adrianbrad/queueStar history chart for adrianbrad/queue

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Queue

Similar open-source projects, ranked by how many features they share with Queue.
  • xtaci/algorithmsxtaci avatar

    xtaci/algorithms

    5,454View on GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    View on GitHub↗5,454
  • agext/levenshteinagext avatar

    agext/levenshtein

    92View on GitHub↗

    Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.

    Go
    View on GitHub↗92
  • agnivade/levenshteinagnivade avatar

    agnivade/levenshtein

    470View on GitHub↗

    Go implementation to calculate Levenshtein Distance.

    Go
    View on GitHub↗470
  • accelerationnet/accessAccelerationNet avatar

    AccelerationNet/access

    91View on GitHub↗

    A common lisp library to unify access to common dictionary-like data-structures

    Common Lisp
    View on GitHub↗91
See all 30 alternatives to Queue→

Frequently asked questions

What does adrianbrad/queue do?

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

What are the main features of adrianbrad/queue?

The main features of adrianbrad/queue are: Data Structures.

What are some open-source alternatives to adrianbrad/queue?

Open-source alternatives to adrianbrad/queue include: xtaci/algorithms — This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides… agext/levenshtein — Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. agnivade/levenshtein — Go implementation to calculate Levenshtein Distance. aio-arch/graphlib — Topological sort lib,Sorting and pruning of DAG graphs. alandefreitas/small — C++ small containers. accelerationnet/access — A common lisp library to unify access to common dictionary-like data-structures.