[Tarantool-patches] [PATCH v5 0/2] base64: Fix decoder, improve its performance

Leonid Vasiliev lvasiliev at tarantool.org
Fri Dec 25 16:08:54 MSK 2020


Hi!
The patchset LGTM.
I think it can be sent to A. Turenko to recive the second LGTM.

Add links to issue and branch.

On 25.12.2020 13:41, Sergey Nikiforov wrote:
> From: Sergey Nikiforov <void234 at gmail.com>
> 
> First patch fixes #3069 and adds test for zero-sized output buffer,
> second one improves base64 decoder performance
> 
> Sergey Nikiforov (2):
>    base64: fix decoder output buffer overrun (reads)
>    base64: improve decoder performance
> 
>   test/unit/base64.c      | 13 +++++++++-
>   test/unit/base64.result |  3 ++-
>   third_party/base64.c    | 57 +++++++++++++++++++++++++++++------------
>   3 files changed, 54 insertions(+), 19 deletions(-)
> 


More information about the Tarantool-patches mailing list