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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to panjf2000/ants

Open-source alternatives to Ants

30 open-source projects similar to panjf2000/ants, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ants alternative.

  • sourcegraph/concsourcegraph avatar

    sourcegraph/conc

    10,307View on GitHub↗

    conc is a Go concurrency library and structured concurrency framework providing primitives for managing parallel tasks, mapping slices, and collecting results. It implements a system for spawning scoped tasks to ensure all child processes complete before their parent exits. The library includes a goroutine pool manager to limit active concurrent processes and a panic-safe task runner that catches panics in goroutines and propagates stack traces to the parent. It also provides a concurrent map-reduce tool for transforming data slices and processing streams in parallel while maintaining the ori

    Goconcurrencygogolang
    View on GitHub↗10,307
  • jeffail/tunnyJeffail avatar

    Jeffail/tunny

    4,033View on GitHub↗

    Tunny is a worker pool library and concurrency manager for Go. It functions as a concurrent task scheduler that limits the number of parallel workers processing jobs to prevent system resource exhaustion. The project enables the maintenance of persistent state within individual worker routines to avoid repeated initialization costs. It also supports dynamic worker scaling, allowing the number of active background workers to be adjusted in real time without interrupting tasks in progress. The library provides mechanisms for task timeout enforcement and worker lifecycle management, including t

    Gogogolanggoroutine-pool
    View on GitHub↗4,033
  • gammazero/workerpoolgammazero avatar

    gammazero/workerpool

    1,453View on GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    View on GitHub↗1,453
  • geektutu/high-performance-gogeektutu avatar

    geektutu/high-performance-go

    3,888View on GitHub↗

    This project is a comprehensive performance programming guide and reference for the Go language, focusing on runtime efficiency and memory optimization. It provides a collection of patterns and techniques designed to increase execution speed by reducing garbage collection overhead and optimizing memory usage. The resource distinguishes itself through detailed reference implementations for memory optimization, such as escape analysis, object pooling, and structure memory alignment. It offers specific strategies for reducing binary size and improving CPU cache efficiency through structure memor

    Goeffective-golanggogolang
    View on GitHub↗3,888

AI search

Explore more awesome repositories

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

Find more with AI search
  • go-co-op/gocrongo-co-op avatar

    go-co-op/gocron

    7,071View on GitHub↗

    gocron is a task scheduling library for Go designed to automate recurring tasks using crontab expressions, fixed durations, and specific calendar dates. It functions as a concurrent job manager and execution monitor that tracks task lifecycles and performance. The project provides distributed task scheduling through leader election and distributed locking to prevent duplicate job execution across multiple nodes. It further distinguishes itself with a concurrency management system that implements singleton constraints and global execution quotas to protect system resources. The scheduler cove

    Go
    View on GitHub↗7,071
  • alitto/pondalitto avatar

    alitto/pond

    2,158View on GitHub↗

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    View on GitHub↗2,158
  • ivpusic/grpoolivpusic avatar

    ivpusic/grpool

    736View on GitHub↗

    Lightweight Goroutine pool

    Gogolanggoroutinepool
    View on GitHub↗736
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on GitHub↗

    Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil

    JavaScript
    View on GitHub↗28,150
  • hatchet-dev/hatchethatchet-dev avatar

    hatchet-dev/hatchet

    6,622View on GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Goconcurrencydagdistributed
    View on GitHub↗6,622
  • roadrunner-server/roadrunnerroadrunner-server avatar

    roadrunner-server/roadrunner

    8,473View on GitHub↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Goapplication-servergolanghacktoberfest
    View on GitHub↗8,473
  • appleboy/gorushappleboy avatar

    appleboy/gorush

    8,738View on GitHub↗

    Gorush is a dedicated notification dispatch server used to send real-time alerts to iOS and Android mobile devices. It functions as a centralized infrastructure for hosting a notification API and managing the delivery of push messages through high-throughput queuing. The system supports both gRPC streams and HTTP endpoints to receive notification triggers and includes a command-line interface for triggering alerts without a running server process. It manages network traffic through proxy routing via HTTP or SOCKS5 and secures server communication using automated TLS certificate management. O

    Goandroidapnsgcm
    View on GitHub↗8,738
  • reactivex/rxgoReactiveX avatar

    ReactiveX/RxGo

    5,091View on GitHub↗

    RxGo is a functional reactive programming library and an implementation of ReactiveX for the Go language. It serves as an asynchronous stream processing toolkit designed to coordinate event-based programs and data flows using the observable pattern. The library enables the construction of asynchronous processing pipelines that transform, filter, and combine event sequences. It distinguishes itself through the use of functional operators to compose these pipelines and provides mechanisms for managing concurrent execution. The toolkit covers a broad range of stream orchestration capabilities,

    Goasyncasynchronousconcurrency
    View on GitHub↗5,091
  • richardknop/machineryRichardKnop avatar

    RichardKnop/machinery

    7,956View on GitHub↗

    Machinery is a distributed task queue and asynchronous workflow engine. It provides a system for processing heavy workloads outside the main request flow using a network of distributed background workers and a message-based job orchestrator. The project manages complex task lifecycles through sequential chaining, where results are passed between tasks, and parallel coordination, which can trigger callback tasks upon the completion of a group. It supports periodic workflow scheduling for recurring jobs and delayed execution via specific timestamps. The system includes capabilities for result

    Goamqpaws-sqsgo
    View on GitHub↗7,956
  • hibiken/asynqhibiken avatar

    hibiken/asynq

    12,914View on GitHub↗

    Asynq is a distributed background job processing framework for Go applications. It manages asynchronous task queues by offloading heavy operations to persistent storage, allowing the main application to remain responsive while background workers handle workloads. The system utilizes Redis to manage task state, concurrency, and message distribution across multiple worker instances. It employs atomic Lua scripting and sorted sets to ensure reliable job acquisition, precise scheduling of delayed tasks, and fault-tolerant processing through a two-stage acknowledgement flow. The framework support

    Goasynchronous-tasksbackground-jobsgo
    View on GitHub↗12,914
  • kyuff/anchorkyuff avatar

    kyuff/anchor

    3View on GitHub↗

    Library to manage application lifetime in a Go microservice architecture

    Gogogolanglibrary
    View on GitHub↗3
  • itcathyh/conexecITcathyh avatar

    ITcathyh/conexec

    17View on GitHub↗

    A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking.

    Gogogolanggoroutine
    View on GitHub↗17
  • loveleshsharma/gohiveloveleshsharma avatar

    loveleshsharma/gohive

    54View on GitHub↗

    🐝 A Highly Performant and easy to use goroutine pool for Go

    Goasyncasynchronous-tasksconcurren
    View on GitHub↗54
  • go-playground/poolgo-playground avatar

    go-playground/pool

    724View on GitHub↗

    :speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation

    Go
    View on GitHub↗724
  • arunsworld/nurseryarunsworld avatar

    arunsworld/nursery

    70View on GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    View on GitHub↗70
  • marusama/cyclicbarriermarusama avatar

    marusama/cyclicbarrier

    158View on GitHub↗

    CyclicBarrier golang implementation

    Gobarriercycliccyclicbarrier
    View on GitHub↗158
  • nar10z/go-accumulatornar10z avatar

    nar10z/go-accumulator

    10View on GitHub↗

    Solution for accumulation of events and their subsequent processing.

    Goaccumulatorbatchgo
    View on GitHub↗10
  • kamildrazkiewicz/go-flowkamildrazkiewicz avatar

    kamildrazkiewicz/go-flow

    221View on GitHub↗

    Simply way to control goroutines execution order based on dependencies

    Goconcurencygogoflow
    View on GitHub↗221
  • ddelizia/channelifyddelizia avatar

    ddelizia/channelify

    34View on GitHub↗

    Make functions return a channel for parallel processing via go routines.

    Go
    View on GitHub↗34
  • kamilsk/breakerkamilsk avatar

    kamilsk/breaker

    21View on GitHub↗

    🚧 Flexible mechanism to make execution flow interruptible.

    hacktoberfest
    View on GitHub↗21
  • ashvinbambhaniya/autopoolAshvinBambhaniya avatar

    AshvinBambhaniya/autopool

    4View on GitHub↗

    Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

    Goasyncauto-scalingbackpressure
    View on GitHub↗4
  • dirkaholic/kyoodirkaholic avatar

    dirkaholic/kyoo

    51View on GitHub↗

    Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries

    Gogogolanggolang-library
    View on GitHub↗51
  • duanckham/handsduanckham avatar

    duanckham/hands

    10View on GitHub↗

    Hands is a process controller used to control the execution and return strategies of multiple goroutines.

    Go
    View on GitHub↗10
  • benmanns/goworkerbenmanns avatar

    benmanns/goworker

    2,847View on GitHub↗

    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.

    Go
    View on GitHub↗2,847
  • hexdigest/execpoolhexdigest avatar

    hexdigest/execpool

    29View on GitHub↗

    A pool that spins up a given number of processes in advance and attaches stdin and stdout when needed. Very similar to FastCGI but works for any command.

    Go
    View on GitHub↗29
  • aaronjan/hunchAaronJan avatar

    AaronJan/Hunch

    104View on GitHub↗

    Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.

    Goasyncasynchronouschannel
    View on GitHub↗104