Universite-Gustave-Eiffel / Tempus

C++ framework to develop multimodal path planning requests
76 stars 13 forks source link

Size optimizations #16

Closed mhugo closed 8 years ago

mhugo commented 9 years ago

Have a pass on Road::Section to optimize things in memory :

mhugo commented 8 years ago

In 2.0.0, the road graph is now stored in a boost::compressed_sparse_row_graph and graphs can be serialized to disk. This way memory fragmentation resulting from db loading can be avoided. A new tool (graph_dumper) allows to create binary dumps