Closed josephbirkner closed 2 months ago
Currently, the regex for the =~ operator is re-compiled for every evaluation. This should be improved, such that it is compiled only once during the simfil expression compile stage if the regex is constant.
=~
Currently, the regex for the
=~
operator is re-compiled for every evaluation. This should be improved, such that it is compiled only once during the simfil expression compile stage if the regex is constant.