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

Highlights

  • Arctic Code Vault Contributor

Organizations

@diffeo @docopt @rust-lang @toml-lang @rust-lang-nursery

Pinned

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

    Rust 1.8k 266

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

    Rust 24.1k 1.1k

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

    Rust 6.9k 230

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

    Rust 910 123

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

    Rust 422 51

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

    Rust 347 26

749 contributions in the last year

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

Contribution activity

March 2021

Created 1 repository

Created a pull request in rust-lang/regex that received 1 comment

deps: remove thread_local dependency

Explanation is in the commit log, and more details are in src/pool.rs in this patch. The short summary is that it seems like thread_local is the un…

+420 −145 1 comment
Opened 1 other pull request in 1 repository
benhoyt/countwords
1 merged
Reviewed 1 pull request in 1 repository
BurntSushi/byteorder 1 pull request

Created an issue in rust-lang/rust that received 19 comments

major performance regression between Rust 1.50 and beta when using target-cpu=native

I'll just start with some reproduction steps that I'm hoping someone else will be able to reproduce. This assumes you've compiled ripgrep with Rust…

19 comments

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