You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Koen De Groote <kd...@gmail.com> on 2018/07/20 11:06:22 UTC

Requesting review of MINOR PR, make regular expressions statically compiled to prevent constant recompilation.

Hi all,

The PR: https://github.com/apache/kafka/pull/5168

This MINOR PR has been around for a while, guess I'll poke here a bit.
Poking was suggested somewhere, I recall...

What does the PR do? It makes statically compiled regular expressions to
replace the current in-line regular expressions, which need to create a new
object every time they're called.

Just something I did in my spare time.

Regards,
Koen