7 Repos
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.
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.
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.
Executes a sequence of API calls automatically, chaining responses as inputs for subsequent requests.
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.
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.
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.
Diese Bibliothek bietet ein Framework zur Durchsetzung struktureller Einschränkungen bei der Ausgabe von Sprachmodellen während des Token-Generierungsprozesses. Sie fungiert als Middleware, die Modellantworten strikt auf vordefinierte JSON-Schemas oder reguläre Ausdrücke beschränkt und so sicherstellt, dass generierter Text maschinenlesbar und konsistent für die nachgelagerte Datenverarbeitung ist. Das Projekt zeichnet sich dadurch aus, dass es direkt in Inferenz-Engines integriert wird, um Token-Wahrscheinlichkeitsverteilungen vor der finalen Sampling-Stufe abzufangen. Durch die Verwendung von State-Machine-Parsing und rekursiver Schema-Dekomposition führt es eine Lookahead-Validierung durch, um ungültige Token-Sequenzen zu verwerfen. Dieser Ansatz ermöglicht eine präzise Kontrolle über die Ausgabe, einschließlich der Erzwingung spezifischer Feldreihenfolgen in JSON-Objekten und der Fähigkeit, mehrere gleichzeitige Generierungs-Streams durch gebündelte Constraint-Ausführung zu verarbeiten. Die Bibliothek unterstützt eine breite Palette von Integrationsstrategien und funktioniert über diverse Modell-Backends und Inferenz-Server-Umgebungen hinweg. Sie enthält Diagnose-Tools zur Analyse der Auswirkungen dieser Einschränkungen auf die Performance, um Kompatibilität und Effizienz über verschiedene Hardware-Setups hinweg sicherzustellen. Die Software wird als Python-Paket für die Integration in bestehende Inferenz-Pipelines vertrieben.
Enables efficient handling of multiple concurrent generation streams by maintaining separate parser states for each request.