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

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

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

2 个仓库

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

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

    littlefs-project/littlefs

    6,753在 GitHub 上查看↗

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

    Cembeddedfilesystemmicrocontroller
    在 GitHub 上查看↗6,753
  • wemobiledev/articleWeMobileDev 的头像

    WeMobileDev/article

    4,395在 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.

    在 GitHub 上查看↗4,395
  1. Home
  2. Data & Databases
  3. Atomic Commit Logs
  4. Two-Block Metadata Logs

探索子标签

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