improving regex-automata
I love to code.
- Marlborough, MA
-
02:28
(UTC -05:00) - https://burntsushi.net
Block or Report
Block or report BurntSushi
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
rust-lang/regex Public
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
461 contributions in the last year
Less
More
Activity overview
Contribution activity
December 2022
Created 17 commits in 3 repositories
Created a pull request in BurntSushi/bstr that received 2 comments
impl: add Deserialize impl for Box<BStr>
This is meant to be analogous to the Deserialize impl for Box provided by Serde itself. Closes #142
+73
−2
•
2
comments
Reviewed 5 pull requests in 3 repositories
BurntSushi/bstr
3 pull requests
BurntSushi/ripgrep
1 pull request
rust-lang/regex
1 pull request
Created an issue in rust-lang/regex that received 5 comments
sharing one regex across many threads can lead to big slowdowns due to mutex contention
To reproduce, create a Cargo.toml with this:
[package]
name = "regex-contention-repro-work"
version = "0.1.0"
edition = "2021" [[bin]]
name = "repro"
5
comments
Answered 2 discussions in 1 repository
BurntSushi/ripgrep
BurntSushi/ripgrep
-
Should `--crlf` change dot matching behavior?
This contribution was made on Dec 16
-
A question about recursive directory searching
This contribution was made on Dec 6







