OsmSharp / ui

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

Build a memory-mapped index #227

Closed xivk closed 9 years ago

xivk commented 9 years ago

For the implementation of both #225 and #226 a data structure is needed that can store objects of varying size per integer identifier. A structure like this:

(size: payloadbytes)(size: payloadbytes)

The id of an object is it's position in the file.