itinero / reminiscence

A library for cross-platform memory mapping.
MIT License
9 stars 6 forks source link

Enable indexes to become writable again #12

Closed xivk closed 6 years ago

xivk commented 6 years ago

Enable indexes to become writable again by giving it a new map to extend to. At the moment the indexes that have been created from a stream are read-only, they need to become writable again and this can be done by giving them a new map.

This is needed to fix this issue: https://github.com/itinero/routing/issues/146

xivk commented 6 years ago