Terminal regex perf improvements (#44679)

Closes #44510

Release Notes:

- Improve performance of terminal link matching even more
This commit is contained in:
Conrad Irwin
2025-12-11 22:40:48 -07:00
committed by GitHub
parent b871130220
commit 332c0d03d1
4 changed files with 23 additions and 48 deletions

2
Cargo.lock generated
View File

@@ -16365,13 +16365,13 @@ dependencies = [
"alacritty_terminal",
"anyhow",
"collections",
"fancy-regex",
"futures 0.3.31",
"gpui",
"itertools 0.14.0",
"libc",
"log",
"rand 0.9.2",
"regex",
"release_channel",
"schemars",
"serde",