File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* ** SSE** faster than other SSE/AVX/AVX2! base64 library
9
9
* Fastest ** AVX2** implementation
10
10
* TurboBase64 AVX2 decoding up to ~ 2x faster than other AVX2 libs.
11
- * TurboBase64 is 3-4 times faster than other libs for short strings
11
+ * TurboBase64 is 3,5 -4 times faster than other libs for short strings
12
12
* Fastest ** ARM Neon** base64
13
13
* :new : (2023.04) avx512 - 2x faster than avx2, faster than any other implementation
14
14
* :+1 : Dynamic CPU detection and ** JIT scalar/sse/avx/avx2/avx512** switching
@@ -179,5 +179,5 @@ extract the files and type "tb64app"</br>
179
179
* :green_book : [ Faster Base64 Encoding and Decoding Using AVX2 Instructions] ( https://arxiv.org/abs/1704.00605 )
180
180
* :green_book : [ RFC 4648: The Base16, Base32, and Base64 Data Encodings] ( https://tools.ietf.org/html/rfc4648 )
181
181
182
- Last update: 20 JUN 2023
182
+ Last update: 01 AUG 2023
183
183
You can’t perform that action at this time.
0 commit comments