awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesData-Block Management

Systems for creating, duplicating, and deleting persistent data structures within a production environment.

Distinct from Data Persistence: Distinct from Data Persistence: focuses on the lifecycle of internal data-blocks rather than general storage persistence.

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

Awesome Data-Block Management GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ipfs/ipfsipfs का अवतार

    ipfs/ipfs

    23,137GitHub पर देखें↗

    IPFS is a peer-to-peer hypermedia protocol and content-addressed storage system that identifies data by cryptographic hashes rather than network locations. It enables the creation of a decentralized web by organizing files and directories as directed acyclic graphs of linked content identifiers. The project differentiates itself through the use of a distributed hash table for locating peers and a system of signed records to map human-readable names to changing content. It also provides HTTP gateways that translate standard web requests into peer-to-peer queries, allowing decentralized data to

    Manages the lifecycle of internal data blocks, including removal and reclamation of local storage space.

    ipfsipfs-protocolipfs-web
    GitHub पर देखें↗23,137
  • 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

    Manages the lifecycle of core data structures representing persistent assets and UI states.

    C++3danimationb3d
    GitHub पर देखें↗18,787
  • boltdb/boltboltdb का अवतार

    boltdb/bolt

    14,642GitHub पर देखें↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Reclaims unused data pages and organizes storage blocks to optimize the allocation of new data.

    Go
    GitHub पर देखें↗14,642
  1. Home
  2. Data & Databases
  3. Data Persistence
  4. Data-Block Management