mdedetrich / linked-map

Provides an implementation for an immutable map that maintains key ordering
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Consider renaming to LinkedMap #1

Closed pathikrit closed 6 years ago

pathikrit commented 6 years ago

Ordered maps usually refer to TreeMap like data structures where there is an ordering of keys. For data structures that keep track of insertion order these are called LinkedMaps

mdedetrich commented 6 years ago

Fair point, will do this later!