Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce byte[] creation during token validation
Motivation: We can just only call getAddress() once and so reduce the byte[] creation Modifications: Only call getAddress() once Result: Less garbage / memory copies during validation
- Loading branch information