Skip to content
Avatar
😎
improving regex-automata
😎
improving regex-automata

Sponsoring

@dtolnay @gitclear @ziglang

Achievements

Achievements

Highlights

  • 71 discussions answered

Organizations

@diffeo @docopt @rust-lang @toml-lang @rust-lang-nursery
Block or Report

Block or report BurntSushi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

    Rust 1.9k 278

  2. ripgrep recursively searches directories for a regex pattern while respecting your gitignore

    Rust 25.1k 1.1k

  3. A fast CSV command line toolkit written in Rust.

    Rust 7.1k 235

  4. A CSV parser for Rust, with Serde support.

    Rust 942 127

  5. A fast implementation of Aho-Corasick in Rust.

    Rust 448 56

  6. A string type for Rust that is not required to be valid UTF-8.

    Rust 355 29

654 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri
Activity overview
Contributed to BurntSushi/ripgrep, rust-lang/regex, BurntSushi/dotfiles and 5 other repositories

Contribution activity

May 2021

Created a pull request in BurntSushi/bstr that received 1 comment

upgrade to Rust 2018 + bump MSRV to Rust 1.41 + replace substring search with memmem from memchr crate

Pretty much what it says on the tin. The substring replacement was originally motivated by this reddit comment, where I discovered that bstr's subs…

+601 −2,519 1 comment
Reviewed 15 pull requests in 9 repositories
rust-lang/regex 4 pull requests
BurntSushi/aho-corasick 2 pull requests
BurntSushi/ucd-generate 2 pull requests
BurntSushi/fst 2 pull requests
rust-lang/blog.rust-lang.org 1 pull request
rust-lang/rfcs 1 pull request
BurntSushi/regex-automata 1 pull request
rust-lang/rust 1 pull request
BurntSushi/rust-snappy 1 pull request
Answered 2 discussions in 2 repositories

Seeing something unexpected? Take a look at the GitHub profile guide.