Tag
A detailed technical article explaining the Linux kernel scheduler, including task_struct, scheduling classes, context switching, and the EEVDF algorithm.
This article explains how rqlite, a distributed SQLite database, takes control of SQLite's Write-Ahead Log to enable efficient snapshotting for Raft consensus, avoiding full database copies by using the WAL as incremental state.