Changes between Version 21 and Version 22 of 2018-01-25


Ignore:
Timestamp:
Feb 7, 2018, 2:04:55 PM (8 years ago)
Author:
Eric Pettersen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2018-01-25

    v21 v22  
    3737     - returning numpy '''1.48s'''
    3838     - returning tuple '''0.103s'''
     39   - Cythonize Atom methods? function: '''0.074s'''; method: '''0.204s'''; prop: '''0.135s'''
     40   - Cythonize hydrogen bond code?  How hard is this?
    3941   - Cythonize '''Atom''' (2ajq; 14791 atoms; ''contacts'': chain A against others)
    4042    - addh '''1.1x faster''' (22.21s -> 20.14s)
     
    5153   - Above plus trivial Cythonization of module
    5254    - contacts '''2.7x faster''' (0.444s -> 0.164s)
    53    - Cythonize Atom methods? function: '''0.074s'''; method: '''0.204s'''; prop: '''0.135s'''
    54    - Cythonize hydrogen bond code?  How hard is this?
    5555  - Approach
    5656   - Cythonize major objects (ctypes)