Something went wrong on our end
-
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. *
Marco Biasini authoredThe 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. *