Skip to content

Benchmarking accimage against Pillow-SIMD built against libjpeg-turbo

Notifications You must be signed in to change notification settings

willprice/accimage-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

accimage benchmarks

Set up

$ conda env create -n accimage-benchmark -f environment.yml
$ conda uninstall -y --force jpeg libtiff libjpeg-turbo
$ pip   uninstall -y         jpeg libtiff libjpeg-turbo
$ conda install -yc conda-forge libjpeg-turbo
$ CFLAGS="${CFLAGS} -mavx2" pip install --upgrade --no-cache-dir --force-reinstall --no-binary :all: --compile pillow-simd
$ conda install -y jpeg libtiff

About

Benchmarking accimage against Pillow-SIMD built against libjpeg-turbo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages