Changes between Version 6 and Version 7 of 2018-01-25


Ignore:
Timestamp:
Feb 2, 2018, 4:05:00 PM (8 years ago)
Author:
pett
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2018-01-25

    v6 v7  
    2929   - Cython is really fast
    3030 - New Results
    31    - Cythonize Atom into Python type? method: '''0.098s'''; property: ~~'''0.119s'''~~ '''0.080s'''
     31   - Cythonize Atom into Python type? method: '''0.098s'''; property: ~~'''0.119s'''~~
     32     - straight type '''0.080s'''
     33     - class inheriting type '''0.092s'''
    3234   - Cythonize Atom methods? function: '''0.074s'''; method: '''0.204s'''; prop: '''0.135s'''
    3335   - Cythonize hydrogen bond code?  How hard is this?