openplannerteam / itinero-tiled-routing

A repository to focus the work on tiled-routing in Itinero.
Apache License 2.0
2 stars 2 forks source link

Rework edge storage #24

Open xivk opened 5 years ago

xivk commented 5 years ago

We need to rework edge storage. Currently each edge has exactly the same size, at least 24+8 bytes per edge.

A related idea is to also store attributes per tile. This way we can remove tiles but also their associated data.