awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ipfs/ipfsAvatar ipfs

    ipfs/ipfs

    23,137Vezi pe GitHub↗

    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
    Vezi pe GitHub↗23,137
  • blender/blenderAvatar blender

    blender/blender

    18,787Vezi pe 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

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

    C++3danimationb3d
    Vezi pe GitHub↗18,787
  • boltdb/boltAvatar boltdb

    boltdb/bolt

    14,642Vezi pe GitHub↗

    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
    Vezi pe GitHub↗14,642
  1. Home
  2. Data & Databases
  3. Data Persistence
  4. Data-Block Management