Closed rrnewton closed 8 years ago
The norm is that data structure implementations always go under the Data., like Data.Map etc. The adaptive-hashmap package currently uses Control.Concurrent.*Map.
Data.
Data.Map
adaptive-hashmap
Control.Concurrent.*Map
The norm is that data structure implementations always go under the
Data.
, likeData.Map
etc. Theadaptive-hashmap
package currently usesControl.Concurrent.*Map
.