xyz
xyz copied to clipboard
Simple tool to procedurally prime XYZ tile caches to a given zoom level.
The current work queue concurrency model works fine. The only optimization I can see is if there's some sort of global work queue for all zoom levels with a consistent...
Since all raster/vector tiles are coming to us in HTTP responses, I imagine there is quite a bit of memory usage at high concurrency. What if we could ignore the...
Investigate whether a third-party library exists that will give us improved HTTP request performance and lower the overhead per request.