Changes between Version 18 and Version 19 of 2018-01-25
- Timestamp:
- Feb 7, 2018, 11:22:43 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2018-01-25
v18 v19 37 37 - returning numpy '''1.48s''' 38 38 - returning tuple '''0.103s''' 39 - Cythonize '''Atom''' 39 - Cythonize '''Atom''' (2ajq; 14791 atoms; ''contacts'': chain A against others) 40 40 - addh '''9.3% faster''' (22.21s -> 20.14s) 41 41 - hbonds '''3.3% faster''' (3.44s -> 3.30s) 42 42 - contacts '''25.0% faster''' (0.444s -> 0.333s) 43 - chain A against others44 43 - Cythonize '''Atom''' + '''Element''' 45 44 - addh '''29.3% faster''' (22.21s -> 15.71s) [C1: 8.68s] 46 45 - hbonds '''18.3% faster''' (3.44s -> 2.81s) [C1: 3.04s] 47 46 - contacts '''43.0% faster''' (0.444s -> 0.253s) [C1: 0.216s] 48 - chain A against others49 47 - Cythonize Atom methods? function: '''0.074s'''; method: '''0.204s'''; prop: '''0.135s''' 50 48 - Cythonize hydrogen bond code? How hard is this?