Skip to content

Performance: async http client & precompiled URL regex - #3

Open
chr1sk0n wants to merge 1 commit into
sarvesh4396:masterfrom
chr1sk0n:chr1sk0n-performance-audit
Open

Performance: async http client & precompiled URL regex#3
chr1sk0n wants to merge 1 commit into
sarvesh4396:masterfrom
chr1sk0n:chr1sk0n-performance-audit

Conversation

@chr1sk0n

Copy link
Copy Markdown

Use shared httpx.AsyncClient to avoid blocking and reuse connections. Precompile URL regex in utils.py to save CPU per request.

Use shared httpx.AsyncClient to avoid blocking and reuse connections. Precompile URL regex in utils.py to save CPU per request.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

@chr1sk0n is attempting to deploy a commit to the Sarvesh Team on Vercel.

A member of the Team first needs to authorize it.

@chr1sk0n

Copy link
Copy Markdown
Author

Use shared httpx.AsyncClient to avoid blocking and reuse connections. Precompile URL regex in utils.py to save CPU per request.

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