Closed nschneid closed 1 year ago
I profiled validator.py with SnakeViz and found some low-hanging fruit for optimization: regex compilation in several functions.
Benchmarked on EWT on my system, this change cuts runtime from 33.5s to 14.8s.
I profiled validator.py with SnakeViz and found some low-hanging fruit for optimization: regex compilation in several functions.
Benchmarked on EWT on my system, this change cuts runtime from 33.5s to 14.8s.