Skip to content
Snippets Groups Projects
Commit 095c3681 authored by Marco Biasini's avatar Marco Biasini
Browse files

speed up lddt calculation between 2 and 4 times

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.

  *
parent 3ce55778
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment