23 Jul
2021
23 Jul
'21
4:20 p.m.
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.