Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-07-23 16:20:30


Phil Endecott wrote:
> Here are the patterns that I have benchmarked for my base64 test:
>
> 1. [A-Za-z0-9/+=]{0,8192}
> 2. [A-Za-z0-9/+=]*
> 3. (?:[A-Za-z0-9/+]{4}){0,2048}(?:|(?:[A-Za-z0-9/+]{2}==)|(?:[A-Za-z0-
> 9/+]{3}=))
> 4. (?:[A-Za-z0-9/+]{4})*(?:|(?:[A-Za-z0-9/+]{2}==)|(?:[A-Za-z0-9/+]{3}=))

Are these results available? Apologies if you've already posted them.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk