vector
vector copied to clipboard
enhancement(filtering) Avoid clonning when checking conditions
VrlCondition is compiled with .set_read_only() but, to execute the condition, VrlTarget is used, which requires a full copy of the Event and the metadata.
It is mitigated by adding ImmutableVrlTarget which doesn't support any mutating operations and doesn't require a full copy of Event.