better Hash
for Float64
/Float32
#90
Labels
enhancement
improving existing functionality
good first issue
good for newcomers
help wanted
other contributors might be interested in this
language-core
changes to the Core language (syntax, semantics, ...)
Milestone
Investigate a hash function for which
hash(0.0) == hash(-0.0)
.This is required to make patterns such as
identical || equal
that are commonly found in hash-based collections work correctly.Start by looking for what's already out there.
The text was updated successfully, but these errors were encountered: