1 Open Issue Need Help Last updated: Feb 5, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses a performance problem where the link detection regex is recompiled on every function call. The proposed solution is to use `once_cell::sync::Lazy` to compile the regex only once and store it statically. This change is expected to provide an easy and significant performance improvement.

Complexity: 1/5
good first issue performance