technical-deep-dive

Tag

Cards List
#technical-deep-dive

Understanding the Linux Kernel: The Scheduler

Hacker News Top · 2026-06-27 Cached

A detailed technical article explaining the Linux kernel scheduler, including task_struct, scheduling classes, context switching, and the EEVDF algorithm.

0 favorites 0 likes
#technical-deep-dive

How (and why) rqlite takes control of the SQLite Write-Ahead Log

Lobsters Hottest · 2026-05-13 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback