Safe2COVIDApp / bct-server

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

Perf: in memory rather than on-disk #170

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

Basic idea is to selectively hold data points in memory,

I think time is the right basis for this, given clients that are on will poll every hour, if we keep all data for the last hour or two in memory we should be good.

mitra42 commented 4 years ago

Places of interest all in FSBackedThreeLevelDict

mitra42 commented 4 years ago

Done and works well