Performance is indeed better than the standard Go regexp package in many cases. However, I noticed RSS degradation in profiling when using very complex patterns.
I used it for masking sensitive data in logs inside a custom Open Policy Agent (OPA) plugin, and it worked well for that use case overall.
Performance is indeed better than the standard Go regexp package in many cases. However, I noticed RSS degradation in profiling when using very complex patterns.
I used it for masking sensitive data in logs inside a custom Open Policy Agent (OPA) plugin, and it worked well for that use case overall.