Sorting a File Too Big for Memory
I sorted 2.2 million rows two ways to see a classic computer-science trade-off in practice: use lots of memory and finish quickly, or use a little memory and take the scenic route through disk.
Language: RustDifficulty: beginner