Skip to content

Commit

Permalink
perf: try inline match_brace_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Aug 20, 2024
1 parent a84095d commit 2678238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ impl State {
self.globstar = self.wildcard;
}

#[inline(always)]
fn match_brace_branch(
&self,
glob: &[u8],
Expand Down

0 comments on commit 2678238

Please sign in to comment.