/benchmark_gov_tax_id_validation

Small and quick benchmark of different government tax id validation implementations in Python and Cython

Primary LanguagePython

Results

baseline: 0.0462s
baseline+set: 0.0463s
baseline+set+cython: 0.0235s
unrolled: 0.0276s
unrolled+regex: 0.0274s
unrolled+cython: 0.0057s
unrolled+regex+cython: 0.0070s