Rev 3256 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 3257 2014-05-04 21:02:09
- Author: gerd
- Log message:
- improve memory consumption
- The id of a CoordNode/RouteNode is an int, not a long.
- Don't save incoming and outgoing arcs in RouteNode. We
always create the reverse arc, so we can simply add a pointer
to the reverse arc in each RouteArc instance.
This reduces the number of ArrayList instances.
This change saves around 10 MB heap for a tile with ~110000 RouteNodes.