CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
fastregex.egg-info/PKG-INFO
fastregex.egg-info/SOURCES.txt
fastregex.egg-info/dependency_links.txt
fastregex.egg-info/not-zip-safe
fastregex.egg-info/requires.txt
fastregex.egg-info/top_level.txt
src/fastregex.cpp
src/fastregex.h
src/fastregex_full.cpp
src/fastregex_simple.cpp
src/fastregex_simple_demo.cpp
src/jit_engine/compiler.cpp
src/jit_engine/regex_cache.h
src/jit_engine/regex_impl.cpp
src/jit_engine/regex_impl.h
src/jit_engine/regex_jit.h
src/jit_engine/simd.cpp
src/jit_engine/simd.h
src/jit_engine/simd_fixed.cpp
src/python/module.cpp
tests/__init__.py
tests/benchmark.py
tests/performance_test.py
tests/test.py
tests/test_basic.py
tests/test_compat.py