1 Repo
Splitting file content across multiple disks to improve read and write throughput, with no redundancy.
Distinct from Disk-Buffered Writing: Distinct from disk-buffered writing: focuses on RAID-0 style striping for performance, not buffering writes to disk.
Explore 1 awesome GitHub repository matching data & databases · Disk Striping. Refine with filters or upvote what's useful.
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
Mentions splitting file content across disks for throughput as a conceptual topic.