• Turbo Base64 - Fastest Base64 SIMD/Neon/Altivec(https://github.com/powt

    From powturbo@21:1/5 to All on Mon Dec 16 01:18:42 2019
    [Turbo Base64](https://github.com/powturbo/TurboBase64)

    - 100% C (C++ headers), as simple as memcpy.
    - No other base64 library encode or decode faster
    - Scalar can be faster than other SSE or ARM Neon based base64 libraries
    - Turbo Base64 SSE faster than other SSE/AVX/AVX2! base64 library
    - Fastest AVX2 implementation, damn near to memcpy
    - TurboBase64 AVX2 decoding is ~2x faster than other AVX2 libs.
    - Fastest ARM Neon base64
    - Dynamic CPU detection and JIT scalar/sse/avx/avx2 switching
    - Base64 robust error checking
    - Portable library, 32/64 bits, SSE/AVX/AVX2, ARM Neon, Power9 Altivec
    - OS:Linux amd64, arm64, Power9, MacOs, s390x. Windows: Mingw, visual c++
    - Big+Little endian
    - Ready and simple to use library, no armada of files, no hassles dependencies

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From powturbo@21:1/5 to All on Fri Dec 27 11:46:00 2019
    New update: speed optimized short inputs version -
    [Turbo Base64](https://github.com/powturbo/Turbo-Base64)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From karmassot@gmail.com@21:1/5 to All on Fri Dec 27 11:43:23 2019
    New update: more faster for short inputs:
    [Turbo Base64](https://github.com/powturbo/Turbo-Base64)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Elhana@21:1/5 to All on Mon Jan 13 03:16:36 2020
    powturbo:

    - No other base64 library encode or decode faster

    What could be the practical applications of massive base64 en-/decoding?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From powturbo@21:1/5 to All on Fri Feb 7 19:35:02 2020
    What could be the practical applications of massive base64 en-/decoding?

    Webservers, Message servers, Databases for example.
    Recently Clickhouse [1] analytics DBMS for big data has replaced the most popular base64 on github with Turbo-Base64

    [1] - https://github.com/ClickHouse/ClickHouse

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)