in reply to Re^2: Masking part of a string
in thread Masking part of a string
A relevant benchmark would factor in the time to build the mask while preserving the real application's ratio of mask rebuilds to the number of operations found. Right now, you ignore the time to build the mask in two tests, while including it in the third test.
Depending on that ratio, substrList is faster than andOrAndNot.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Masking part of a string
by johngg (Canon) on Jun 27, 2007 at 16:20 UTC |