OsmSharp / ui

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

Build a memory-mapped dictionary #226

Closed xivk closed 9 years ago

xivk commented 9 years ago

Implement a dictionary identical to the .NET/Mono default implementations by using a hashed index and bucket strategy but using memory mapped data structures.

This can be used to facilitate checking for duplicate strings/tags without the need to keep the entire dictionary in-memory.