| commit | 2b6932a85a3b5e2f334c596035d7abefdcbbb0d7 | [log] [tgz] |
|---|---|---|
| author | Ivan Levkivskyi <levkivskyi@gmail.com> | Mon Jul 17 06:57:57 2017 -0700 |
| committer | GitHub <noreply@github.com> | Mon Jul 17 06:57:57 2017 -0700 |
| tree | 8e6de910b511ac5d0d2cc0f72353f7c199dd5a06 | |
| parent | b11fbed24da744a069f6095e1db4b0e76325717a [diff] |
Speed improvements for typing (#439) * Inline _geqv and _gorg * Fix typo * Cut MROs in half * Avoid recursion on _gorg * Fix lint * Fxi lint (for realz) * Refactor erasure logic to make it clearer (and probably faster) * Remove redundant check * Remove unnecessary comment * Backport first part to Python 2 * Backport second part to Python 2 * Keep only obvious speed-ups and drop more aggressive optiomizations * Fix _Protocol on Python 2 * Address CR