awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesBatch Request Execution

Execution of multiple API requests using sequential or parallel strategies to optimize throughput.

Distinct from API Rate Limiting: Focuses on the execution strategy (sequential/parallel) rather than just the rate-limiting policy.

Explore 7 awesome GitHub repositories matching web development · Batch Request Execution. Refine with filters or upvote what's useful.

Awesome Batch Request Execution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fincept-corporation/finceptterminalAvatar de Fincept-Corporation

    Fincept-Corporation/FinceptTerminal

    26,900Voir sur GitHub↗

    FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation, risk management, and fixed-income analytics. It provides a comprehensive suite for algorithmic trading and investment strategy automation, integrating specialized language model agents and node-based workflows to automate market research and alpha generation. The project distinguishes itself with a dedicated game theory analysis engine for calculating Nash equilibria and simulating strategic interactions in competitive markets. It also features a specialized credit risk modeling

    Processes multiple data requests using sequential rate-limiting or parallel execution to optimize throughput.

    C++bloomberg-terminalcontributions-welcomefinance
    Voir sur GitHub↗26,900
  • guzzle/guzzleAvatar de guzzle

    guzzle/guzzle

    23,453Voir sur GitHub↗

    Guzzle is a PHP HTTP client used for sending synchronous and asynchronous requests to web services. It serves as a concurrent HTTP request manager, an HTTP stream handler, and a middleware-based HTTP pipeline. The project is a PSR-7 compliant client, utilizing standardized PHP interfaces for requests, responses, and streams. The library differentiates itself through a customizable functional handler stack that allows for the interception and modification of the request and response lifecycle. It features an adapter-based transport system that enables swapping between network implementations,

    Executes multiple API requests in parallel using pools or batches to improve application performance.

    PHP
    Voir sur GitHub↗23,453
  • requestly/requestlyAvatar de requestly

    requestly/requestly

    6,341Voir sur GitHub↗

    Executes a sequence of API calls automatically, chaining responses as inputs for subsequent requests.

    TypeScriptapiapi-clientapi-mock
    Voir sur GitHub↗6,341
  • judge0/judge0Avatar de judge0

    judge0/judge0

    3,978Voir sur GitHub↗

    Judge0 is an online code execution engine and multi-language compiler API designed to compile and run source code within isolated sandboxes. It functions as an asynchronous job processor that handles code submissions via a queue and provides a secure environment to run arbitrary programs while preventing unauthorized system access. The system distinguishes itself through a multi-stage compilation pipeline and a flexible execution model that supports both single-file submissions and multi-file program execution via archives. It employs an isolate-based sandboxing mechanism to enforce strict ha

    Processes multiple code execution requests simultaneously to increase overall system throughput.

    HTMLai-agent-toolsai-agentsai-tools
    Voir sur GitHub↗3,978
  • ethereum/consensus-specsAvatar de ethereum

    ethereum/consensus-specs

    3,948Voir sur GitHub↗

    This project provides the formal technical specifications and reference logic for the Ethereum proof-of-stake consensus layer. It defines the standards for block production, state transition rules, and the beacon chain logic required to ensure consistent network agreement. The implementation covers specialized mechanisms for chain security and efficiency, including fork-choice algorithms for canonical chain determination, committee-based signature aggregation, and KZG-based blob commitments for data availability. It also specifies the protocols for light client synchronization using sync comm

    Parses and validates bytes from the execution engine to extract deposit, withdrawal, and consolidation requests.

    Python
    Voir sur GitHub↗3,948
  • openai/openai-goAvatar de openai

    openai/openai-go

    2,974Voir sur GitHub↗

    openai-go is an LLM SDK for Go and a client for interacting with OpenAI services. It provides type-safe bindings to generate text, images, and audio via REST endpoints, enabling the integration of large language models and AI assistant orchestration into Go applications. The library serves as an agent orchestration tool for managing stateful conversation threads and autonomous agents with integrated tool calling and file search. It also functions as an asynchronous batch processing client for monitoring large-scale request groups and fine-tuning jobs, alongside a management SDK for controllin

    Execute large groups of API requests from an uploaded file and manage their lifecycle.

    Go
    Voir sur GitHub↗2,974
  • noamgat/lm-format-enforcerAvatar de noamgat

    noamgat/lm-format-enforcer

    2,022Voir sur GitHub↗

    Cette bibliothèque fournit un framework pour imposer des contraintes structurelles sur la sortie des modèles de langage pendant le processus de génération de jetons (tokens). Elle fonctionne comme un middleware qui restreint les réponses du modèle pour qu'elles adhèrent strictement à des schémas JSON prédéfinis ou à des motifs d'expressions régulières, garantissant que le texte généré est lisible par machine et cohérent pour une consommation de données en aval. Le projet se distingue en s'intégrant directement aux moteurs d'inférence pour intercepter les distributions de probabilité des jetons avant l'étape d'échantillonnage finale. En utilisant l'analyse par machine à états et la décomposition récursive de schémas, il effectue une validation par anticipation (lookahead) pour élaguer les séquences de jetons invalides. Cette approche permet un contrôle précis de la sortie, y compris l'application d'un ordre de champ spécifique au sein des objets JSON et la capacité de gérer plusieurs flux de génération simultanés via une exécution de contraintes par lots. La bibliothèque prend en charge un large éventail de stratégies d'intégration, lui permettant de fonctionner sur divers backends de modèles et environnements de serveurs d'inférence. Elle inclut des outils de diagnostic pour analyser l'impact de ces contraintes sur les performances, garantissant la compatibilité et l'efficacité sur différentes configurations matérielles. Le logiciel est distribué sous forme de package Python conçu pour être intégré dans les pipelines d'inférence existants.

    Enables efficient handling of multiple concurrent generation streams by maintaining separate parser states for each request.

    Python
    Voir sur GitHub↗2,022
  1. Home
  2. Web Development
  3. API Rate Limiting
  4. Batch Request Execution

Explorer les sous-tags

  • Execution Request ProcessingValidation and extraction of deposit, withdrawal, and consolidation requests from execution engine data. **Distinct from Batch Request Execution:** Processes blockchain account requests rather than optimizing API throughput with batch execution.
  • Generation Stream BatchingMaintains independent parser states for multiple concurrent language model generation streams within a single batch. **Distinct from Batch Request Execution:** Distinct from API request batching: specifically manages state-machine parser contexts for concurrent LLM token generation.