penguin icon indicating copy to clipboard operation
penguin copied to clipboard

Factor common Dictionary APIs into Protocol[s]

Open dabrahams opened this issue 3 years ago • 0 comments

InsertionOrderedDictionary has most of the same APIs as Dictionary and there are some common algorithms we can build upon that (currently in PenguinExtensions.swift). It's unclear how much is specific to a hashed dictionary and whether a SortOrderedDictionary would have a subset of these APIs. Investigating that is another interesting project.

dabrahams avatar Oct 27 '20 00:10 dabrahams