Skip to content
/ wre Public

An experimental Python library for using weighted regular expressions with a JIT compiler

Notifications You must be signed in to change notification settings

NiallEgan/wre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An experimental Python library for using weighted regular expressions with a JIT compiler. 
It performs extremely well (faster than re2) with very structured searches, while offering the same asymptotic guarantees. With more complex data, however, due to the nature of the JIT compiler, it tends to not perform as well.

About

An experimental Python library for using weighted regular expressions with a JIT compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages