Open afonsosribeiro opened 11 months ago
Why in funcMatch regex only compiled in runtime?
If the regex is constant (which can be known at compile time) the gojq.Compile should compile it just once to avoid compilation of the same regex for multiple inputs.
Why in funcMatch regex only compiled in runtime?
If the regex is constant (which can be known at compile time) the gojq.Compile should compile it just once to avoid compilation of the same regex for multiple inputs.