Skip to content
Snippets Groups Projects
  • Marco Biasini's avatar
    095c3681
    speed up lddt calculation between 2 and 4 times · 095c3681
    Marco Biasini authored
    The main speedup comes from making the operator< of
    UAtomIdentifier faster. This method is super hot and
    gets called millions of times. Other speedups were
    achieved by avoid excessive mallocs by copying
    strings to temporary variables.
    
      *
    095c3681
    History
    speed up lddt calculation between 2 and 4 times
    Marco Biasini authored
    The main speedup comes from making the operator< of
    UAtomIdentifier faster. This method is super hot and
    gets called millions of times. Other speedups were
    achieved by avoid excessive mallocs by copying
    strings to temporary variables.
    
      *