whosonfirst / go-whosonfirst-pip-v2

An in-memory point-in-polygon (reverse geocoding) package for GeoJSON data, principally Who's On First data.
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Add a SQLite caching layer (for SPR) #18

Closed thisisaaronland closed 6 years ago

thisisaaronland commented 6 years ago

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...