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
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/immutable-jsAvatar von facebook

    facebook/immutable-js

    33,060Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗33,060
  • blender/blenderAvatar von blender

    blender/blender

    18,787Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗18,787
  • agiresearch/aiosAvatar von agiresearch

    agiresearch/AIOS

    5,168Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,168
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Transient Data Blocks

Unter-Tags erkunden

  • 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.