logo separator

[mkgmap-dev] [PATCH v1] Reduce memory footprint of tags

From Toby Speight T.M.Speight.90 at cantab.net on Mon Feb 8 21:00:47 GMT 2010

Interning all the key names could also be useful for speed by allowing a
'==' comparison instead of calling String.equals().  Though I suspect
the latter tests object identity as its first move, so perhaps your
patch improves this enough as a side-effect (and it's safer to not have
to think which strings need .equals()!)



More information about the mkgmap-dev mailing list