whosonfirst / go-whosonfirst-pip-v2

An in-memory point-in-polygon (reverse geocoding) package for GeoJSON data, principally Who's On First data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a SQLite caching layer (for SPR)

thisisaaronland opened this issue · comments

A side-effect of all the sqlite/extras work is that I think I have all the pieces to use SQLite databases that are generated for extras for generating the standard SPR responses too which in principle means the overall memory requirements will come down.

I am not convinced the savings won't be eaten up entirely by disk and other I/O stuff but one thing at a time...