Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
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 hash collisions for Pair collections Data structures holding multiple items, e.g. sets hashing
#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 hash collisions for Tuple collections Data structures holding multiple items, e.g. sets hashing
#57282 opened Feb 6, 2025 by nsajko Loading…
safer, more foolproof hash: make hash return an opaque value, and take that type as the second argument breaking This change will break code design Design of APIs or of the language itself hashing speculative Whether the change will be implemented is speculative
#57055 opened Jan 15, 2025 by nsajko
Add documentation to Set to clarify that types need hash defined to serve as elements of a Set, not just isequal. collections Data structures holding multiple items, e.g. sets docs This change adds or pertains to documentation equality Issues relating to equality relations: ==, ===, isequal hashing
#56020 opened Oct 7, 2024 by sadish-d
Convenient ways to define == and hash design Design of APIs or of the language itself equality Issues relating to equality relations: ==, ===, isequal feature Indicates new feature / enhancement requests hashing
#53565 opened Mar 2, 2024 by aplavin
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
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
[WIP/RFC] broaden the scope of hash hashing
#37964 opened Oct 9, 2020 by rfourquet Loading…
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
keys and hash don't work on ranges with many elements arrays [a, r, r, a, y, s] bug Indicates an unexpected problem or unintended behavior hashing
#35603 opened Apr 26, 2020 by rfourquet
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
Equality and hash for self-referential recursive data-structures: Go Hopcroft? bug Indicates an unexpected problem or unintended behavior equality Issues relating to equality relations: ==, ===, isequal hashing
#26020 opened Feb 12, 2018 by chethega
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
ProTip! Add no:assignee to see everything that’s not assigned.