Library performance
Published onComparisons of performance between libraries are completely meaningless. The most optimal choice between two libraries is neither.
Consider the following question: is it being used on the hot path?
- No: Then performance doesn’t matter.
- Yes: Then it will be optimized away.