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,060GitHub पर देखें↗

    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,787GitHub पर देखें↗

    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,168GitHub पर देखें↗

    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.