Use lazy_static or once_cell for compiled regexes #1

Closed
opened 2021-03-26 13:00:54 +01:00 by finga · 1 comment
Owner

Currently for each filter a regex is compiled no matter if a regex was already compiled. With lazy_static or once_cell it should be possible to keep the compiled regexes available.

Currently for each filter a regex is compiled no matter if a regex was already compiled. With `lazy_static` or `once_cell` it should be possible to keep the compiled regexes available.
finga added the
enhancement
label 2021-03-26 13:00:54 +01:00
finga self-assigned this 2021-03-29 04:33:40 +02:00
Author
Owner

The commit b8f114900b makes this irrelevant.

The commit b8f114900b makes this irrelevant.
finga closed this issue 2021-11-19 13:48:37 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: finga/webhookey#1
No description provided.