2 bookmarks for 2025-08-03

136.

ripgrep much slower than (rip)grep

github.com/BurntSushi/ripgrep/issues/1335#issuecomment-517668471

Namely, if the file with a very long line is searched after most other files, then the performance impact will be small, since the large buffer will be used for a comparatively small number of files.

135.

Optimizing Golang binaries

tinygo.org/docs/guides/optimizing-binaries

How to improve speed or reduce code size for TinyGo programs.