2021-07-28 12:37:14 +00:00
|
|
|
Changes
|
|
|
|
* Improve the performance of base64 constant-flow code. The result is still
|
|
|
|
slower than the original non-constant-flow implementation, but much faster
|
2021-10-25 19:14:06 +00:00
|
|
|
than the previous constant-flow implementation. Fixes #4814.
|