[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Openstreetmap XML
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 27 Nov 2013 09:54:20 +0200
On Wed, Nov 27, 2013 at 9:49 AM, Geoff Leyland
<geoff_leyland@fastmail.fm> wrote:
> The files are large enough that I suspect it’s not practical to read the whole file into a string and then generate a table
How big are the files? It's amazing what you can get away with these
days with modern computers!
If it's too big, then a stream-based LuaExpat way would be the
(standard) way to go.