You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey hey, I noticed that we use DataStructures.jl, the parent of OrderedCollections.jl. However, I think, we only use the OrderedDict type defined in OrderedCollections.jl. Hence, we only need the OrderedCollections.jl dependency. Although, opting for OrderedCollections.jl would not reduce are loading time by much. I think it is just cleaner to only load what you use. This is also suggested in the SCIML style guide.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey hey, I noticed that we use DataStructures.jl, the parent of OrderedCollections.jl. However, I think, we only use the
OrderedDict
type defined in OrderedCollections.jl. Hence, we only need the OrderedCollections.jl dependency. Although, opting for OrderedCollections.jl would not reduce are loading time by much. I think it is just cleaner to only load what you use. This is also suggested in the SCIML style guide.Beta Was this translation helpful? Give feedback.
All reactions