Skip to content

[binary size optimization] use regex-lite instead of regex for client crates#471

Open
FranAguilera wants to merge 10 commits into
mainfrom
franjam/tiny-regex
Open

[binary size optimization] use regex-lite instead of regex for client crates#471
FranAguilera wants to merge 10 commits into
mainfrom
franjam/tiny-regex

Conversation

@FranAguilera
Copy link
Copy Markdown
Contributor

@FranAguilera FranAguilera commented Apr 24, 2026

What

  • Replace regex with regex-lite in client-side crates (bd-crash-handler, bd-log-filter, bd-log-matcher, bd-workflows) to reduce binary size
  • bd-server-stats keeps using regex since binary size is not a concern server-side
  • Follow-up to use regex lite #470

Verification

Tested with bazel hello world app in this PR

@FranAguilera FranAguilera changed the title use regex-lite instead of regex for client crates [binary size optimization] use regex-lite instead of regex for client crates Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant