Skip to content

ilastik/unique-bincount-benchmark

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages