Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Marlborough, MA
- https://burntsushi.net
Pinned
1,052 contributions in the last year
Activity overview
Contribution activity
May 2020
- BurntSushi/rum Rust
- BurntSushi/levenshtein-distance-benchmarks JavaScript
Created a pull request in christianscott/levenshtein-distance-benchmarks that received 3 comments
rust: amortize allocations
This is a PoC for only the Rust code that shows how to optimize it a bit more by both amortizing allocation and reusing the result of UTF-8 decodin…
+43
−29
•
3
comments
Created an issue in BurntSushi/ripgrep that received 6 comments
remove fish auto-completions from ripgrep release
The main issue here is that the Fish project wants to own auto-completions for ripgrep, and generally speaking, I don't want to stop them. In parti…
•
6
comments
- Best practice to search for file names recursively respecting .gitignore?
- How to add specific hidden directories to search paths?
- Understanding the backlash parsing of ripgrep.
- Hard to understand how globs are working
- How much trouble would it be to implement searching all git branches in all repos in the path being searched?
- clarification about ripgrep functionality and possible example
- How to restrict files to matching dir-or-file names?