alacarte-maps / alacarte

Renderer for OpenStreetMap tiles.
https://alacarte-maps.github.io/
Other
58 stars 18 forks source link

Use some of STXXL's container structures? #78

Open florianjacob opened 7 years ago

florianjacob commented 7 years ago

STXXL is a standard templat libary extension which provides containers written by competent people (Prof. Sanders @ KIT :wink: ) which are designed to handle large datasets that partially reside on disk very fast. This should reduce our RAM requirements and improve our general performance.