awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesMulti-threaded File Delivery

Using thread pools to send files in chunks, preventing a single connection from blocking worker processes.

Distinct from Multi-Threaded Packet Processing: Focuses on delivery of file content rather than the processing of raw network packets.

Explore 5 awesome GitHub repositories matching networking & communication · Multi-threaded File Delivery. Refine with filters or upvote what's useful.

Awesome Multi-threaded File Delivery 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.
  • abraunegg/onedriveAvatar de abraunegg

    abraunegg/onedrive

    12,577Voir sur GitHub↗

    This project is a command-line synchronization client for OneDrive and SharePoint libraries on Linux. It functions as a synchronization engine that aligns local filesystems with cloud storage through bidirectional, unidirectional, or download-only workflows. The client supports headless authentication for servers without web browsers and can be deployed as a background service or within a containerized environment. It enables the management of multiple distinct cloud accounts on a single system and integrates with shared SharePoint sites and document libraries. The synchronization engine inc

    Uses a multi-threaded transfer engine with a configurable worker pool to maximize network throughput for uploads and downloads.

    D
    Voir sur GitHub↗12,577
  • lingochamp/filedownloaderAvatar de lingochamp

    lingochamp/FileDownloader

    11,118Voir sur GitHub↗

    FileDownloader is an Android HTTP download manager and multi-threaded download engine designed for managing file transfers. It functions as a resumable transfer framework that utilizes a foreground service to maintain persistent background execution and prevent the operating system from terminating active tasks. The project features a pluggable networking library architecture, allowing the replacement of default network, storage, and database implementations with custom components. It employs a multi-threaded engine that increases transfer speeds by splitting files into chunks for simultaneou

    Provides a client-side system for managing multi-threaded file downloads with support for resuming interrupted transfers.

    Javaandroidbreakpointdownload
    Voir sur GitHub↗11,118
  • pinterest/pinremoteimageAvatar de pinterest

    pinterest/PINRemoteImage

    4,028Voir sur GitHub↗

    PINRemoteImage est un framework de téléchargement et de mise en cache d'images pour iOS. Il fonctionne comme un chargeur d'images distant et un gestionnaire multi-thread conçu pour récupérer des images à partir d'URL et les rendre dans les interfaces utilisateur. Le projet inclut des décodeurs spécialisés pour le rendu des formats GIF et WebP animé. Il dispose également d'un moteur de rendu JPG progressif qui affiche les scans avec des effets de flou pour améliorer la vitesse de chargement perçue sur les connexions lentes. La bibliothèque gère les tâches de téléchargement concurrentes avec déduplication des requêtes et utilise un système de mise en cache hybride mémoire et disque. Elle gère la mise à l'échelle des assets haute résolution et effectue le décodage des images sur des threads en arrière-plan pour maintenir la réactivité de l'interface utilisateur.

    Provides a client-side system to manage multi-threaded image downloads and orchestrate concurrent fetch tasks.

    Objective-C
    Voir sur GitHub↗4,028
  • denji/nginx-tuningAvatar de denji

    denji/nginx-tuning

    2,692Voir sur GitHub↗

    This project is a collection of technical guides and configuration patterns for tuning Nginx server performance, managing traffic flow, and implementing protocol-aware routing. It provides a curated set of parameters and best practices to optimize request handling, memory usage, and CPU efficiency. The project includes a method for sharing a single port between different protocols by inspecting initial packets to route traffic to the correct backend. It also provides configuration patterns for implementing request rate limiting and range request restrictions to mitigate denial of service atta

    Implements multi-threaded file sending via thread pools to prevent worker process seizure.

    best-practicesdetailsnginx
    Voir sur GitHub↗2,692
  • shiyi-0x7f/o-libAvatar de shiyi-0x7f

    shiyi-0x7f/o-lib

    2,639Voir sur GitHub↗

    o-lib is a digital library client for browsing, searching, and downloading publications from remote server subscriptions. It serves as a desktop application that combines remote resource access with a local content organizer to track reading progress and manage favorite titles. The system manages connections to multiple server lines via manual imports or structured subscription lists and uses concurrent speed testing to verify latency and throughput. It includes a multi-threaded download manager that utilizes byte-range offsets to resume interrupted transfers. The application provides tools

    Implements a multi-threaded download manager with byte-range offsets to ensure reliable retrieval and resuming of large digital publications.

    Python
    Voir sur GitHub↗2,639
  1. Home
  2. Networking & Communication
  3. Packet Engines
  4. Packet Processing Frameworks
  5. Multi-Threaded Packet Processing
  6. Multi-threaded File Delivery

Explorer les sous-tags

  • Concurrent Downloader ManagersClient-side systems that manage multi-threaded file downloads with support for resuming interrupted transfers. **Distinct from Multi-threaded File Delivery:** Focuses on client-side download orchestration and resuming, whereas Multi-threaded File Delivery focuses on the server-side sending of chunks.