-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Chained hash pipelining in array hashing
hashing
performance
Must go faster
#58252
opened Apr 28, 2025 by
adienes
Loading…
use rapidhash
hashing
merge me
PR is reviewed. Merge when all tests are passing
performance
Must go faster
#57509
opened Feb 23, 2025 by
adienes
Loading…
prevent unnecessary Data structures holding multiple items, e.g. sets
hashing
hash
collisions for Pair
collections
#57285
opened Feb 6, 2025 by
nsajko
Loading…
Structural hash collisions
collections
Data structures holding multiple items, e.g. sets
hashing
#57284
opened Feb 6, 2025 by
bbrehm
prevent unnecessary Data structures holding multiple items, e.g. sets
hashing
hash
collisions for Tuple
collections
#57282
opened Feb 6, 2025 by
nsajko
Loading…
switch Must go faster
MurmurHash3
to rapidhash
?
hashing
performance
#57235
opened Feb 2, 2025 by
adienes
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
Can we speed up objectid using faster hashing
hashing
performance
Must go faster
#52440
opened Dec 7, 2023 by
Zentrik
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
objectid takes arbitrarily long
good first issue
Indicates a good issue for first-time contributors to Julia
Hacktoberfest
Good for Hacktoberfest participants
hashing
performance
Must go faster
#43542
opened Dec 24, 2021 by
cooijmanstim
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
Added tests for hashing unsigned integers to 32-bit hashes.
hashing
system:32-bit
Affects only 32-bit systems
test
This change adds or pertains to unit tests
#35321
opened Mar 31, 2020 by
sudo-rushil
Loading…
cache hash values for longer strings
hashing
performance
Must go faster
strings
"Strings!"
#35065
opened Mar 10, 2020 by
JeffBezanson
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
Julia is vulnerable to HashDoS
hashing
security
System security concerns and vulnerabilities
#16172
opened May 3, 2016 by
jdukes
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.