Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

Feature/perf geographic refactor #167

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

Big changes to Spatial Dict - happy to discuss before merge .... Note it removes the subsidiary indexes in SpatialDict - .keys .coords .coords_index so it only now uses the 3level dict for everything, using as the key the bucket that we will fetch from, which significantly simplifies the retrieval since data is already all in one place.