Support multiple engines for checking speed
Opened this issue · 0 comments
Salaah01 commented
Engines here would essentially be programming languages and potentially popular tools.
For example, if the engine is Rust, the tooling may be either the regex
or regex-lite
crate.
In Python, this would be the re
package.