Arnold Pavel

Results 3 issues of Arnold Pavel

Hello, and thanks for this awesome library. This PR is a step toward #18 and implements generation of areas using opencl. ### Lacking features + Layers past L_SHORE_16 + Version...

Parsing complex struct could negatively impact performance. Lets take a look at example: Assuming we have to parse logs of following format: ```[{datetime}:{process_uuid}] {message}``` With typical usage: Filter out interesting...

Instead of specifying that special symbols from regular expression must be escaped, escape them by default. Then regular expressions are required by user, they could enable them via `regex=true` attribute.