Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 754 Bytes

Readme.md

File metadata and controls

27 lines (17 loc) · 754 Bytes

Tiny benchmark for unique() and bincount()

Comparison of performance of numpy, pandas, and vigra.

Contributing to this benchmark

Fork the repository, checkout a branch, create an environment, run the benchmark and open a PR to add your results.

Create an environment

conda env create -n bench --file environment.yml

Run the benchmark

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 <--