- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.7k
Closed
Labels
performanceMust go fasterMust go fasterregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
#31452 introduced a regression in calling iterate on dictionaries as reported by the Nanosoldier run at #31727 (comment).
On master:
julia> d = Dict(3 => 3);
julia> @btime iterate($d);
  106.997 ns (2 allocations: 64 bytes)With #31452 reverted
julia> @btime iterate($d)
  3.400 ns (0 allocations: 0 bytes)Metadata
Metadata
Assignees
Labels
performanceMust go fasterMust go fasterregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version