Window: Live, Constant Time Grep

from blog matklad, | ↗ original
In this post, I describe the design of window --- a small grep-like utility I implemented in 500 lines of Rust. The utility itself is likely not that interesting --- I bet some greybeared can implement an equivalent in 5 lines of bash. But the design principles behind it might be interesting --- this small utility manages to combine core ideas of...