29 Mar
2011
29 Mar
'11
1:01 p.m.
On Tue, Mar 29, 2011 at 1:52 PM, Balazs Scheidler <bazsi@balabit.hu> wrote:
Yes, it should work as you describe.
Thank you :)
The two examples are not completely equivalent though:
* the tree based structure is faster, as some of the filters have to be evaluated once, while in the other case multiple times (filter(f1) for example is evaluated 4 times in the one without embedded statements).
:) I gathered that (and I was searching for something like this), just needed to clarify the resultant output/effect are the same ;) Thank you Hendrik