-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Issues: JuliaLang/julia
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
safer, more foolproof This change will break code
design
Design of APIs or of the language itself
hashing
speculative
Whether the change will be implemented is speculative
hash
: make hash
return an opaque value, and take that type as the second argument
breaking
#57055
opened Jan 15, 2025 by
nsajko
Add documentation to Data structures holding multiple items, e.g. sets
docs
This change adds or pertains to documentation
equality
Issues relating to equality relations: ==, ===, isequal
hashing
Set
to clarify that types need hash
defined to serve as elements of a Set
, not just isequal
.
collections
#56020
opened Oct 7, 2024 by
sadish-d
incorrect hash for equal types, with Union instead of lower bound
equality
Issues relating to equality relations: ==, ===, isequal
hashing
types and dispatch
Types, subtyping and method dispatch
#53109
opened Jan 29, 2024 by
vtjnash
hash(::Vector{<abstract type>}, ::UInt)
allocates quite a bit due to type instability: why can't hash(::Any) infer UInt
return type?
hashing
performance
#44244
opened Feb 18, 2022 by
NHDaly
performance of multidimensional array hashing
arrays
[a, r, r, a, y, s]
hashing
performance
Must go faster
#41880
opened Aug 13, 2021 by
michelangelo21
randomize hash values per process
hashing
randomness
Random number generation and the Random stdlib
security
System security concerns and vulnerabilities
#37166
opened Aug 23, 2020 by
StefanKarpinski
hash_uint: simplify definitions
hashing
performance
Must go faster
#36120
opened Jun 2, 2020 by
StefanKarpinski
Loading…
Adding comparison/hashing to Base.Some
equality
Issues relating to equality relations: ==, ===, isequal
feature
Indicates new feature / enhancement requests
hashing
#35911
opened May 16, 2020 by
schlichtanders
hash(x, h::UInt=zero(UInt)) => hash(x; h::UInt=zero(UInt)) ?
design
Design of APIs or of the language itself
hashing
keyword arguments
f(x; keyword=arguments)
#26015
opened Feb 12, 2018 by
StefanKarpinski
custom hashing is too easy to accidentally break
collections
Data structures holding multiple items, e.g. sets
equality
Issues relating to equality relations: ==, ===, isequal
hashing
#12198
opened Jul 17, 2015 by
StefanKarpinski
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.