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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBinary Stream Chunking

Processing of subprocess output as raw binary chunks instead of text lines.

Distinct from Chunked Processing Utilities: Focuses on the binary nature of subprocess I/O rather than document extraction strategies.

Explore 1 awesome GitHub repository matching data & databases · Binary Stream Chunking. Refine with filters or upvote what's useful.

Awesome Binary Stream Chunking 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.
  • sindresorhus/execaAvatar de sindresorhus

    sindresorhus/execa

    7,517Voir sur GitHub↗

    Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O

    Iterates over subprocess output as arbitrary binary chunks to prevent data corruption from character encoding.

    JavaScript
    Voir sur GitHub↗7,517
  1. Home
  2. Data & Databases
  3. Chunked Processing Utilities
  4. Binary Stream Chunking