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

Sponsoring

@gitclear @ziglang

Achievements

Achievements

Highlights

  • 70 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 275

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

    Rust 25k 1.1k

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

    Rust 7.1k 236

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

    Rust 938 127

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

    Rust 445 55

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

    Rust 355 29

698 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr 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 10 pull requests in 8 repositories
rust-lang/regex 3 pull requests
BurntSushi/aho-corasick 1 pull request
rust-lang/rfcs 1 pull request
BurntSushi/regex-automata 1 pull request
BurntSushi/fst 1 pull request
rust-lang/rust 1 pull request
BurntSushi/rust-snappy 1 pull request
BurntSushi/ucd-generate 1 pull request
Opened 1 issue in 1 repository
Answered 1 discussion in 1 repository

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