Changes between Version 2 and Version 3 of 2018-01-11
- Timestamp:
- Jan 11, 2018, 3:02:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2018-01-11
v2 v3 11 11 = Discussion = 12 12 * 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. 14 27 * ChimeraX 0.6 APIs 15 28 * Release APIs used in tutorials … … 64 77 65 78 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) 67 82 * Conrad will write bundle code tutorial 68 83 * Conrad will continue working on ribbon tickets