awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesStreaming Patch Buffers

Memory buffers for processing large files in sequential chunks during patch application.

Distinct from Stream Buffering: Distinct from Stream Buffering: focuses on the specific application of patch data in chunks rather than general media piping.

Explore 1 awesome GitHub repository matching software engineering & architecture · Streaming Patch Buffers. Refine with filters or upvote what's useful.

Awesome Streaming Patch Buffers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sisong/hdiffpatchالصورة الرمزية لـ sisong

    sisong/HDiffPatch

    2,042عرض على GitHub↗

    HDiffPatch is a cross-platform library and command-line utility designed for generating and applying binary differential updates. It enables the creation of compact patch files by calculating the differences between binary files or entire directory structures, facilitating efficient data synchronization and software distribution. The project distinguishes itself through a low-memory patching engine specifically engineered for hardware with restricted resources. By utilizing streaming buffer techniques and suffix-sorting algorithms, it maintains a constant memory footprint during operations, m

    Processes large files in small, sequential chunks to maintain a constant memory footprint during patching.

    C++androidbinarybsdiff
    عرض على GitHub↗2,042
  1. Home
  2. Software Engineering & Architecture
  3. Memory Buffering
  4. Stream Buffering
  5. Streaming Patch Buffers