Skip to content

Commit

Permalink
Change Dict to be ordered by default based on RobinDict implementations
Browse files Browse the repository at this point in the history
Fix whitspace

Drop extra file
  • Loading branch information
Páll Haraldsson authored and Páll Haraldsson committed Oct 23, 2020
1 parent 68445b6 commit 20dcefe
Show file tree
Hide file tree
Showing 4 changed files with 1,070 additions and 454 deletions.
2 changes: 1 addition & 1 deletion base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ include("some.jl")
#TODO:
include("dict.jl") # better named udict.jl?
#include("udict.jl")
include("ordered_dict.jl") # provides the new Dict implementation
include("ordered_robin_dict.jl") # provides the new Dict implementation

include("abstractset.jl")
include("set.jl")
Expand Down
Loading

0 comments on commit 20dcefe

Please sign in to comment.