Changes between Version 18 and Version 19 of 2018-01-25


Ignore:
Timestamp:
Feb 7, 2018, 11:22:43 AM (8 years ago)
Author:
Eric Pettersen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2018-01-25

    v18 v19  
    3737     - returning numpy '''1.48s'''
    3838     - returning tuple '''0.103s'''
    39    - Cythonize '''Atom'''
     39   - Cythonize '''Atom''' (2ajq; 14791 atoms; ''contacts'': chain A against others)
    4040    - addh '''9.3% faster''' (22.21s -> 20.14s)
    4141    - hbonds '''3.3% faster''' (3.44s -> 3.30s)
    4242    - contacts '''25.0% faster''' (0.444s -> 0.333s)
    43       - chain A against others
    4443   - Cythonize '''Atom''' + '''Element'''
    4544    - addh '''29.3% faster''' (22.21s -> 15.71s) [C1: 8.68s]
    4645    - hbonds '''18.3% faster''' (3.44s -> 2.81s) [C1: 3.04s]
    4746    - contacts '''43.0% faster''' (0.444s -> 0.253s) [C1: 0.216s]
    48       - chain A against others
    4947   - Cythonize Atom methods? function: '''0.074s'''; method: '''0.204s'''; prop: '''0.135s'''
    5048   - Cythonize hydrogen bond code?  How hard is this?