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
·

1 dépôt

Awesome GitHub RepositoriesLow-Memory Patching Engines

Patching systems optimized for minimal memory footprint on constrained hardware.

Distinct from Runtime Patching Engines: Distinct from Runtime Patching Engines: focuses on low-memory static patching for embedded devices rather than runtime code injection.

Explore 1 awesome GitHub repository matching software engineering & architecture · Low-Memory Patching Engines. Refine with filters or upvote what's useful.

Awesome Low-Memory Patching Engines 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.
  • sisong/hdiffpatchAvatar de sisong

    sisong/HDiffPatch

    2,042Voir sur 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

    Implements a high-performance patching system designed for embedded devices with restricted memory and processing power.

    C++androidbinarybsdiff
    Voir sur GitHub↗2,042
  1. Home
  2. Software Engineering & Architecture
  3. Code Patching Engines
  4. Patch Generators
  5. Runtime Patching Engines
  6. Low-Memory Patching Engines