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 RepositoriesIncremental Data Cloning

Mechanisms that duplicate only the outermost layer of a data structure on demand.

Distinct from Zero-Copy Cloning: More specific than zero-copy cloning; describes the partial, on-demand copying of structures.

Explore 1 awesome GitHub repository matching data & databases · Incremental Data Cloning. Refine with filters or upvote what's useful.

Awesome Incremental Data Cloning GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • higherorderco/hvm2Avatar von HigherOrderCO

    HigherOrderCO/HVM2

    11,290Auf GitHub ansehen↗

    HVM2 is a high-performance execution environment for pure functional programs, implemented as a systems-level runtime in Rust. It functions as a massively parallel functional runtime that uses interaction combinators to achieve automatic parallelism across multi-core CPUs and GPUs. The project distinguishes itself by using a graph-rewriting computational model to execute programs via local reduction rules, which eliminates the need for manual locks or atomic operations. It employs beta-optimal reduction and lazy evaluation to optimize higher-order functions and eliminate redundant computation

    Copies only the outermost layer of a structure on demand to make duplication efficient until the copy is read.

    Cuda
    Auf GitHub ansehen↗11,290
  1. Home
  2. Data & Databases
  3. Zero-Copy Cloning
  4. Incremental Data Cloning