Turbo-Base64 icon indicating copy to clipboard operation
Turbo-Base64 copied to clipboard

Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!

Results 10 Turbo-Base64 issues
Sort by recently updated
recently updated
newest added

Hi @powturbo , I'm using this great lib of yours for decoding BASE64 encoded image data exported from Microsoft Outlook. While things work smoothly with all my test data, I...

Nice work but makefile let it include lots of bug and uneasy to use on different platform I really can't config it on my computer May you provide a CMake...

Hello, It is often not feasible to prepare the entire input buffer or the entire output buffer prior to a single call of a transformation algo. For example, look at...

At the time building turbo_base64 via NixOS fails as it tries to install build library into user home directory.

Found there's a CMakeLists.txt created in https://github.com/microsoft/vcpkg/pull/10317, which is based on [ClickHouse's version](https://github.com/ClickHouse/ClickHouse/blob/cf7d354a693f15fc5941edbf39e295d0bf8de21c/contrib%2Fbase64-cmake%2FCMakeLists.txt). This PR tries to follow what's in the current makefile. It adds options to enable `NCHECK`, `FULLCHECK`,...

Hey, Seems like a great library can you please provide a simple example of how to use this library? I having issues figuring a few things out like do I...

Hello, Compilation fails on Apple Clang as a couple of files need to include stdlib.h. Please add includes to turbob64c.c and turbob64v128.c. ``` diff --git a/turbob64c.c b/turbob64c.c index f52be2d..8598f1d 100644...

Hi @powturbo Thanks for your great work! Recently, I discovered that when using this library to encode image files, there are some strange characters appearing at the end. Printing them...

Would it be difficult to add base64url support? It has many practical applications, including JWT generation.

I've been using this library for a while in a project of mine, and it's been working perfectly for me. However, recently, I pushed an update that broke in very...