Changes between Version 15 and Version 16 of 2018-01-25
- Timestamp:
- Feb 6, 2018, 5:10:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2018-01-25
v15 v16 37 37 - returning numpy '''1.48s''' 38 38 - returning tuple '''0.103s''' 39 - addh 9.3% faster (22.21s -> 20.14s) [C1: 8.68s] 40 - hbonds 3.3% faster (3.44s -> 3.30s) [C1: 3.04s] 41 - contacts 25.0% faster (0.444s -> 0.333s) [C1: .216s] 39 - addh '''9.3% faster''' (22.21s -> 20.14s) [C1: 8.68s] 40 - hbonds '''3.3% faster''' (3.44s -> 3.30s) [C1: 3.04s] 41 - contacts '''25.0% faster''' (0.444s -> 0.333s) [C1: .216s] 42 - chain A against others 42 43 - Cythonize Atom methods? function: '''0.074s'''; method: '''0.204s'''; prop: '''0.135s''' 43 44 - Cythonize hydrogen bond code? How hard is this?