TheTechRobo/discord-urls-extractor

use lazy_static for the regex

TheTechRobo opened this issue · 1 comments

use lazy_static for the regex

That includes the regex for channel URL matching. Right now it's compiled every line of JSONL...