Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Revision 643


Jump to revision: Previous Next
Author: amb
Date: Sat Feb 26 16:37:14 2011 UTC (14 years ago)
Changed paths: 8
Log Message:
Go back to the internal structure used (but reverted) during version 1.2
development where each segment is stored only once.  This halves the memory
usage (mmap files or just files) for planetsplitter.  This is allowed because a
new algorithm to create the node to segment indexes makes it simpler now that it
was.  This change is required so that super-node/segment optimisation doesn't
remove mutual loops.  This change doesn't handle turn restrictions yet.


Changed paths

Path Details
Directorytrunk/src/nodesx.c modified , text changed
Directorytrunk/src/nodesx.h modified , text changed
Directorytrunk/src/osmparser.c modified , text changed
Directorytrunk/src/planetsplitter.c modified , text changed
Directorytrunk/src/relationsx.c modified , text changed
Directorytrunk/src/segmentsx.c modified , text changed
Directorytrunk/src/segmentsx.h modified , text changed
Directorytrunk/src/superx.c modified , text changed