Changes between Version 2 and Version 3 of 2018-01-11


Ignore:
Timestamp:
Jan 11, 2018, 3:02:52 PM (8 years ago)
Author:
Conrad Huang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2018-01-11

    v2 v3  
    1111= Discussion =
    1212* ChimeraX 0.6 performance
    13  -
     13 - Looking up bfactor (1 million times):
     14   - ChimeraX:
     15     - ctypes: 1.38s
     16     - custom library with property wrapping: 0.5s
     17     - custom library with no wrapping: 0.185s
     18     - random floating point attribute in Python: 0.072s
     19   - Chimera 1:
     20     - access bfactor via wrappy2: 0.062s
     21 - Options:
     22   - wrappy3 (does not understand numpy arrays)
     23   - Cython
     24 - Collect data
     25   - Port custom library code to Chimera 1 and get timing.  Is it 3x slower due to argument parsing?
     26   - Write custom library in Cython and compare against ctypes timing.
    1427* ChimeraX 0.6 APIs
    1528 * Release APIs used in tutorials
     
    6477
    6578
    66 = Action Items (from 14dec17 mtg) =
     79= Action Items =
     80* Conrad will enable registration code
     81* Eric will collect data on custom library (Chimera 1, Cython, etc)
    6782* Conrad will write bundle code tutorial
    6883* Conrad will continue working on ribbon tickets