awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesQueue Reordering

Capabilities for changing the execution order of tasks already in a queue by swapping positions.

Distinct from Task Queues: Distinct from Task Queues: focuses on reordering queued items rather than grouping or managing the queue itself.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Queue Reordering. Refine with filters or upvote what's useful.

Awesome Queue Reordering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ai-dynamo/dynamoAvatar de ai-dynamo

    ai-dynamo/dynamo

    6,112Ver en GitHub↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Controls request reordering in the router queue using policies like first-come or shortest-processing-time.

    Rust
    Ver en GitHub↗6,112
  • nukesor/pueueAvatar de Nukesor

    Nukesor/pueue

    6,054Ver en GitHub↗

    Pueue is a task queue manager for shell commands, built as a daemon and command-line interface. It accepts shell commands into a managed queue and executes them with configurable parallel execution limits, supporting both global and per-group concurrency controls. The daemon persists its entire state—task queue, logs, and configuration—to disk, ensuring survival across crashes and system restarts. The project distinguishes itself through a dependency graph that lets tasks declare prerequisites, forming a directed acyclic graph that controls execution order. Tasks can be organized into named g

    Swaps the positions of two queued or stashed tasks to change execution order.

    Rustcommand-linecommand-line-tooldaemon
    Ver en GitHub↗6,054
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Queue Reordering