Skip to content

ForestRingGames/Regex-Matcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Regex Matcher

This is an educational library for matching regular expressions. It runs extremely fast, a few orders of magnitude faster than built in C++11 libraries, and beats in performance almost any other wide known library. However it is very minimalistic: Operates on ASCII symbols only, does not support multi-threading nor multi-core support. The library was tested under iOS, Android, Windows and Linux.

About

C++ tiny, super-fast regular expression matching library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%