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
·

2 repository-uri

Awesome GitHub RepositoriesTwo-Block Metadata Logs

Stores filesystem metadata in small two-block logs that can be updated atomically, ensuring consistency after power loss.

Distinct from Atomic Commit Logs: Distinct from Atomic Commit Logs: uses a two-block log structure specifically for filesystem metadata, not general database commit logs.

Explore 2 awesome GitHub repositories matching data & databases · Two-Block Metadata Logs. Refine with filters or upvote what's useful.

Awesome Two-Block Metadata Logs GitHub Repositories

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

    littlefs-project/littlefs

    6,753Vezi pe GitHub↗

    Stores filesystem metadata in two-block logs that update atomically to survive power loss.

    Cembeddedfilesystemmicrocontroller
    Vezi pe GitHub↗6,753
  • wemobiledev/articleAvatar WeMobileDev

    WeMobileDev/article

    4,395Vezi pe GitHub↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Uses fixed-size compression blocks to isolate log corruption so one block's damage does not spread.

    Vezi pe GitHub↗4,395
  1. Home
  2. Data & Databases
  3. Atomic Commit Logs
  4. Two-Block Metadata Logs

Explorează sub-etichetele

  • Block-Level Log Corruption IsolationUsing fixed-size compression blocks so that data corruption in one block does not affect logs in other blocks. **Distinct from Two-Block Metadata Logs:** Distinct from Two-Block Metadata Logs: focuses on log corruption isolation via fixed-size blocks, not filesystem metadata atomicity.