「view this page in B3 βῆτα server」

Revisions №60531

branch: master 「№60531」
Commited by: Jack Maguire
GitHub commit link: 「0e591ac331dc3c22」 「№3670」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 11:51:41

Merge pull request #3670 from RosettaCommons/JackMaguire/Inlining My benchmarks show that inlining ResidueType::atom, Residue::atom_type_index, Residue::atomic_charge, and Residue::xyz give an average speedup of 10% (using FastDesign with linmem_ig). These simple functions are called in the innermost loops of Rosetta but have previously been defined in their respective .cc files.

...