-
- Downloads
"README.md" did not exist on "735cbb190037f8b91d02c4a885b9ae2002853cb9"
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. *
Loading
Please register or sign in to comment