awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/immutable-jsfacebook 的头像

    facebook/immutable-js

    33,060在 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
    在 GitHub 上查看↗33,060
  • blender/blenderblender 的头像

    blender/blender

    18,787在 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
    在 GitHub 上查看↗18,787
  • agiresearch/aiosagiresearch 的头像

    agiresearch/AIOS

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

探索子标签

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