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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesParallel Concatenations

Joins multiple separate partial uploads into a single final file on the server to support concurrent transmission.

Distinct from Chunk Concatenation: Distinct from sequential chunk concatenation: focuses on combining non-contiguous or concurrent chunk streams into a single file.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Parallel Concatenations. Refine with filters or upvote what's useful.

Awesome Parallel Concatenations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tus/tus-resumable-upload-protocolAvatar von tus

    tus/tus-resumable-upload-protocol

    1,713Auf GitHub ansehen↗

    The project defines an open protocol specification for reliable, chunked, and resumable file transmission over standard HTTP infrastructure. It standardizes client-to-server file transfers across networks, enabling interrupted uploads to resume seamlessly without data loss or retransmitting completed chunks. The protocol manages file upload lifecycles through resource-based session initialization, offset-based byte range tracking, and cryptographic checksum verification to validate incoming data blocks. Additional capabilities include parallel chunk concatenation for joining multiple partial

    Joins multiple separate partial uploads into a single final file on the server to support concurrent transmission and non-contiguous transfers.

    cross-platformfile-uploadhttp
    Auf GitHub ansehen↗1,713
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary File Reconstructions
  4. Chunk Concatenation
  5. Parallel Concatenations