OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
139 stars 91 forks source link

Resize the hash-array when dictionary grows/shrinks #240

Open xivk opened 9 years ago

xivk commented 9 years ago

The hash-array in the memorymapped dictionary is of constant size. Doesn't work well when the dictionary is very big.

https://github.com/OsmSharp/OsmSharp/blob/master/OsmSharp/Collections/MemoryMapped/MemoryMappedHugeDictionary.cs#L119