Closed
Description
julia> @which hash(1:10)
hash(a::AbstractArray{T,N}) at dict.jl:247
The first issue is that this is incredibly slow:
Lines 246 to 252 in 72a65be
It's unclear to me why we're using indexing here instead of just iterating, but the code if very old so maybe it made sense at the time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment