WojciechMula/base64-avx512

Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"

C

206

78 commits

updated Nov 19, 2019

See the code

README

base64-avx512

Please ensure that you have a recent compiler. For example, you may use the GNU GCC 8 compiler. On some machines, this can be selected by the command export CC=gcc-8.

make

You should have a Cannon Lake processor or better.

You can also run the software using a Docker container...

docker build -t avx512base64 .
mkdir -p dockeroutput
docker run -v $PWD/dockeroutput:/dockeroutput --privileged  avx512base64

There is a bash script (docker.sh) to help.

Reference

Wojciech Muła, Daniel Lemire, Base64 encoding and decoding at almost the speed of a memory copy, Software: Practice and Experience (to appear)

avx512
base64
simd

Contributors

lemire

40 commits

WojciechMula

37 commits

WojciechMula/base64-avx512

Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"

C

206

78 commits

updated Nov 19, 2019

See the code

README

base64-avx512

Please ensure that you have a recent compiler. For example, you may use the GNU GCC 8 compiler. On some machines, this can be selected by the command export CC=gcc-8.

make

You should have a Cannon Lake processor or better.

You can also run the software using a Docker container...

docker build -t avx512base64 .
mkdir -p dockeroutput
docker run -v $PWD/dockeroutput:/dockeroutput --privileged  avx512base64

There is a bash script (docker.sh) to help.

Reference

Wojciech Muła, Daniel Lemire, Base64 encoding and decoding at almost the speed of a memory copy, Software: Practice and Experience (to appear)

avx512
base64
simd

Contributors

lemire

40 commits

WojciechMula

37 commits

Languages

C

86.3%

C++

3.6%

Python

3.3%

Gnuplot

3.1%

Shell

1.9%

Makefile

1.7%