Comparison of performance of numpy
, pandas
, and vigra
.
Fork the repository, checkout a branch, create an environment, run the benchmark and open a PR to add your results.
conda env create -n bench --file environment.yml
conda activate bench
python bench-unique.py --hostname MyCoolComputer
python bench-bincount.py --hostname MyCoolComputer
This will add your results to the results-unique.csv
and results-bincount.csv
table.
Please open a PR and contribute your results :)
--> Link to current results <--