defaultmap icon indicating copy to clipboard operation
defaultmap copied to clipboard

impl Hash and Ord for DefaultHashMap

Open danielhuang opened this issue 4 years ago • 0 comments

The current implementation is quite inefficient, as it requires an allocation on each call. Criticism is welcome.

danielhuang avatar Jan 14 '21 15:01 danielhuang