Skip to content

perf: optimize regex compilation with lazy_static#576

Open
eeemmmmmm wants to merge 2 commits intofarcasterxyz:mainfrom
eeemmmmmm:main
Open

perf: optimize regex compilation with lazy_static#576
eeemmmmmm wants to merge 2 commits intofarcasterxyz:mainfrom
eeemmmmmm:main

Conversation

@eeemmmmmm
Copy link

The changes:

  • Add lazy_static dependency to Cargo.toml
  • Create static compiled versions of all regex patterns in message validation
  • Replace repeated regex compilation with references to static patterns

@vercel
Copy link

vercel bot commented Jul 11, 2025

@eeemmmmmm is attempting to deploy a commit to the farcaster Team on Vercel.

A member of the Team first needs to authorize it.

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