Exodus-Privacy / exodus-core

Core functionality of εxodus
GNU Affero General Public License v3.0
18 stars 17 forks source link

Improve performances by pre-compiling the regexes #4

Closed Gu1nness closed 6 years ago

Gu1nness commented 6 years ago

In order to improve the performances of the tracker detection, it is necessary to pre-compile the regexes, so that it is not recompiled each time the regex is searched for in the string.