awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesTransient Data Blocks

Short-lived data structures used for processing tasks and rendering results without affecting primary project files.

Distinct from Block Storage: Distinct from Block Storage: focuses on temporary, in-memory data structures rather than persistent block-level storage.

Explore 3 awesome GitHub repositories matching data & databases · Transient Data Blocks. Refine with filters or upvote what's useful.

Awesome Transient Data Blocks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/immutable-jsAvatar de facebook

    facebook/immutable-js

    33,060Ver en 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
    Ver en GitHub↗33,060
  • blender/blenderAvatar de blender

    blender/blender

    18,787Ver en GitHub↗

    Blender is a professional 3D creation suite designed for modeling, animation, rendering, and video editing. It functions as an open-source 3D engine that provides a comprehensive framework for procedural geometry, physics simulation, and high-quality visual output. The platform is built upon a foundational architecture that utilizes data-block-based memory management and a dependency-graph-based evaluation system to handle complex scene transformations and geometry updates. The software distinguishes itself through a highly modular, node-based procedural architecture that allows users to cons

    Tracks short-lived data structures during processing tasks to handle evaluated results without affecting the primary project.

    C++3danimationb3d
    Ver en GitHub↗18,787
  • agiresearch/aiosAvatar de agiresearch

    agiresearch/AIOS

    5,168Ver en GitHub↗

    AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and tool execution for multiple autonomous AI agents. It serves as a comprehensive framework for developing and deploying agents, featuring a dedicated resource manager that coordinates model backends, GPU memory, and isolated kernel instances. The system distinguishes itself through a semantic memory engine that uses vector search and autonomous clustering for long-term knowledge management, and a semantic file system that allows users to control computer files and system operations

    Provides fast in-memory storage for temporary variables and active task data.

    Python
    Ver en GitHub↗5,168
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Transient Data Blocks

Explorar subetiquetas

  • Transient-Based BatchingTemporary 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.