21:01:59francogrexhi, I am trying to load a hashtable of keys and values (simple) but large about 25mb with over a million keys, ok on pc but on android device i get out of memory. is there a better way? will it work better as sqlite3 db?
21:03:55francogrexforgot to mention the ht is a serialized obj that i load into ram
21:06:04montarfrancogrex: sqlite is probably a better option