awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • abraunegg/onedriveabraunegg का अवतार

    abraunegg/onedrive

    12,577GitHub पर देखें↗

    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
    GitHub पर देखें↗12,577
  • lingochamp/filedownloaderlingochamp का अवतार

    lingochamp/FileDownloader

    11,118GitHub पर देखें↗

    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
    GitHub पर देखें↗11,118
  • pinterest/pinremoteimagepinterest का अवतार

    pinterest/PINRemoteImage

    4,028GitHub पर देखें↗

    PINRemoteImage iOS के लिए एक इमेज डाउनलोडिंग और कैशिंग फ्रेमवर्क है। यह एक रिमोट इमेज लोडर और मल्टी-थ्रेडेड मैनेजर के रूप में कार्य करता है जिसे URLs से इमेजेस फेच करने और उन्हें यूजर इंटरफेस में रेंडर करने के लिए डिज़ाइन किया गया है। इस प्रोजेक्ट में GIF और एनिमेटेड WebP फॉर्मेट्स को रेंडर करने के लिए विशेष डिकोडर्स शामिल हैं। इसमें एक प्रोग्रेसिव JPG रेंडरर भी है जो धीमी कनेक्शन पर लोडिंग गति को बेहतर बनाने के लिए ब्लर इफेक्ट्स के साथ स्कैन्स प्रदर्शित करता है। यह लाइब्रेरी रिक्वेस्ट डिडुप्लीकेशन के साथ समवर्ती डाउनलोड कार्यों को मैनेज करती है और एक हाइब्रिड मेमोरी व डिस्क कैशिंग सिस्टम का उपयोग करती है। यह हाई-रिज़ॉल्यूशन एसेट स्केलिंग को संभालती है और यूजर इंटरफेस रिस्पॉन्सिवनेस बनाए रखने के लिए बैकग्राउंड थ्रेड्स पर इमेज डिकोडिंग करती है।

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

    Objective-C
    GitHub पर देखें↗4,028
  • denji/nginx-tuningdenji का अवतार

    denji/nginx-tuning

    2,692GitHub पर देखें↗

    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
    GitHub पर देखें↗2,692
  • shiyi-0x7f/o-libshiyi-0x7f का अवतार

    shiyi-0x7f/o-lib

    2,639GitHub पर देखें↗

    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
    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

सब-टैग एक्सप्लोर करें

  • 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.