Closed ullenius closed 1 year ago
Type of change
Description
Branchless luhn-algorithm
Increase use of primitives
Related issue
Motivation
Improved performance for luhn-algorithm.
Reduced memory usage (no longer creates unecessary Integer objects that are immediately auto-unboxed into primitive ints).
Integer
ints
Checklist
Type of change
Description
Branchless luhn-algorithm
Increase use of primitives
Related issue
Motivation
Improved performance for luhn-algorithm.
Reduced memory usage (no longer creates unecessary
Integer
objects that are immediately auto-unboxed into primitiveints
).Checklist