ImSoErgodic / py-upset

A pure-python implementation of the UpSet suite of visualisation methods by Lex, Gehlenborg et al.
314 stars 57 forks source link

Refactoring and resolution of performance issues #9

Open mproffitt opened 7 years ago

mproffitt commented 7 years ago

This pull request implements a new API and resolves ISSUE-7 - Severe Performance Degradation when working with large data-sets.

A full breakdown of the changes provided is available at https://github.com/mproffitt/py-upset/blob/feature/ISSUE-7-Severe-Performance-Degradation/docs/WhatChanged-Version2.md with a discussion on performance towards the bottom.

Synopsis of changes