defaultmap
defaultmap copied to clipboard
impl Hash and Ord for DefaultHashMap
The current implementation is quite inefficient, as it requires an allocation on each call. Criticism is welcome.