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 RepositoriesTransient-Based Batching

Temporary mutable states used to group multiple updates before freezing into an immutable structure.

Distinct from Transient Data Blocks: Focuses on the transition from mutable transients to immutable persistent structures, not short-lived data blocks.

Explore 1 awesome GitHub repository matching data & databases · Transient-Based Batching. Refine with filters or upvote what's useful.

Awesome Transient-Based Batching 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.
  • facebook/immutable-jsAvatar de facebook

    facebook/immutable-js

    33,060Voir sur GitHub↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    Allows temporary mutable state via transients to improve the performance of batch mutations.

    TypeScript
    Voir sur GitHub↗33,060
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Transient Data Blocks
  5. Transient-Based Batching