julia
2d1be009
- Faster isless, <, and hash on Tuples
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Faster isless, <, and hash on Tuples Uses same pattern as isequal and == so that a loop is used for large tuples, and unrolled code (via recursion) for small tuples.
References
#26062 - RFC: Faster methods for tuple comparison and hash
Author
Andy Ferris
Committer
Andy Ferris
Parents
77055b31
Loading