lszhu / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the smallest map type? Sqlite3? OSM? MGMaps? Rmaps? Files?

GoogleCodeExporter opened this issue · comments

Also the fastest loading, buffering, downloading etc?

Original issue reported on code.google.com by barleydo...@gmail.com on 7 Jul 2014 at 4:45

The smallest should be (with quite a margin) SQLite. This is because there 
isn't so much filesystem overhead, as it's basically just one big file. 
Furthermore, it's compressed.

The fastest is one of the file formats, my guess is the GMapCatcher "native", 
as it requires less coordinate conversions.
The speed differences should be quite small on a modern hardware though.

Note: I haven't experimented with speed differences that much, so these are 
"sophisticated guesses".

Original comment by kipenros...@gmail.com on 7 Jul 2014 at 6:35

  • Changed state: Done