Skip to content

atn1990/compare-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare Regex

This is a simple script to compare multiple regex engines and compare their performance on the same strings and regex patterns. It borrows code from waflz for pcre1 and I adapted the pcre2 and hyperscan code from that using various sources on the Internet.

To run the script, you can run the the following command:

./run.sh

I built this on MacOS so you will need to have pcre1, pcre2, and hyperscan installed on your machine. You can install them using brew:

brew install pcre
brew install pcre2
brew install hyperscan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published