Skip to content

Commit

Permalink
Update 2024-02-10-window-live-constant-time-grep.dj
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad authored Feb 10, 2024
1 parent 98227c3 commit 6cf54ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2024-02-10-window-live-constant-time-grep.dj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this post, I describe the design of [window](https://github.com/matklad/window/) --- a small
grep-like utility I implemented in 500 lines of Rust. The utility itself is likely not that
interesting --- I bet someone greybeared can implement an equivalent in 5 lines of bash. But the
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 rust-analyzer and TigerBeetle!

Expand Down

0 comments on commit 6cf54ef

Please sign in to comment.