Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
powturbo committed Aug 1, 2023
1 parent 241c9f8 commit fa94d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* **SSE** faster than other SSE/AVX/AVX2! base64 library
* Fastest **AVX2** implementation
* TurboBase64 AVX2 decoding up to ~2x faster than other AVX2 libs.
* TurboBase64 is 3-4 times faster than other libs for short strings
* TurboBase64 is 3,5-4 times faster than other libs for short strings
* Fastest **ARM Neon** base64
* :new:(2023.04) avx512 - 2x faster than avx2, faster than any other implementation
* :+1: Dynamic CPU detection and **JIT scalar/sse/avx/avx2/avx512** switching
Expand Down Expand Up @@ -179,5 +179,5 @@ extract the files and type "tb64app"</br>
* :green_book:[Faster Base64 Encoding and Decoding Using AVX2 Instructions](https://arxiv.org/abs/1704.00605)
* :green_book:[RFC 4648:The Base16, Base32, and Base64 Data Encodings](https://tools.ietf.org/html/rfc4648)

Last update: 20 JUN 2023
Last update: 01 AUG 2023

0 comments on commit fa94d03

Please sign in to comment.