awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDisk Mirroring

Duplicating every write to a second disk so data survives a single disk failure.

Distinct from Disk-Backed Data Structures: Distinct from disk-backed data structures: covers RAID-1 style mirroring for fault tolerance, not persisting data structures to disk.

Explore 1 awesome GitHub repository matching data & databases · Disk Mirroring. Refine with filters or upvote what's useful.

Awesome Disk Mirroring GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • angrave/systemprogrammingAvatar de angrave

    angrave/SystemProgramming

    5,734Ver en GitHub↗

    This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core operating system concepts of process management through the fork-exec-wait model, dynamic memory allocation using implicit free list heap allocators, inode-based file systems, inter-process communication via pipes and shared memory, POSIX threads with synchronization primitives, signal-based asynchronous notification, virtual memory with page table translation, and runtime diagnostics using Valgrind and GDB. The textbook distinguishes itself by providing practical, implementation

    Describes RAID-1 mirroring as a fault-tolerance concept within the filesystem chapter.

    Ver en GitHub↗5,734
  1. Home
  2. Data & Databases
  3. Disk-Backed Data Structures
  4. Disk Mirroring