Details
Description
Parent patch copies input for RegexFilter unconditionally.
We should only do this if the KV portion into the passed byte[] is < 1/2 of the passed byte[]. Otherwise we waste cycles.
Patch is trivial and will be coming momentarily.