awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesDeferred Materialization

Joining datasets via virtual links to avoid copying data into new memory objects.

Distinct from Data Joins: Avoids the physical materialization of join results, whereas general data joins typically create new objects.

Explore 2 awesome GitHub repositories matching data & databases · Deferred Materialization. Refine with filters or upvote what's useful.

Awesome Deferred Materialization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vaexio/vaexAvatar vaexio

    vaexio/vaex

    8,506Vezi pe GitHub↗

    Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle billion-row tabular datasets in Python. It functions as a lazy evaluation framework that defers computations and transformations until results are required, enabling the processing of datasets that exceed available system RAM by mapping files directly from disk. The project distinguishes itself as a tool for big data visualization and exploration, specifically integrated for use within interactive notebooks. It provides specialized capabilities for machine learning feature engin

    Provides deferred materialization joins that link datasets virtually to minimize memory consumption during large-scale merges.

    Python
    Vezi pe GitHub↗8,506
  • rich-harris/magic-stringAvatar Rich-Harris

    Rich-Harris/magic-string

    2,668Vezi pe GitHub↗

    magic-string is a low-level JavaScript library designed for compilers and bundlers to perform source code transformations. It serves as a string transformation utility and source map manipulation library that allows for modifying text while automatically tracking character offsets. The library enables the modification of source code strings through insertions, replacements, and removals without losing the relationship to original source positions. It specifically provides mechanisms to generate mapping files that link transformed output text back to original source file coordinates. Capabili

    Implements deferred string materialization to optimize performance by queuing edits before generating the final output.

    JavaScript
    Vezi pe GitHub↗2,668
  1. Home
  2. Data & Databases
  3. Data Joins
  4. Deferred Materialization

Explorează sub-etichetele

  • String Edit QueuesInternal mechanisms that queue text modifications and compute the final string only upon request. **Distinct from Deferred Materialization:** Distinct from general deferred materialization in databases by focusing on string edit operations rather than dataset joins.