GoCorona-org / Backend

GNU General Public License v3.0
0 stars 2 forks source link

Efficient scalable algorithm for intersection calculation #12

Open codeJRV opened 4 years ago

codeJRV commented 4 years ago

We need to scale up intersection calculation for millions of people

wadkar commented 4 years ago

Please provide a formal definition for intersection calculation. I am not sure I understand what is meant by intersection calculation. Examples are highly appreciated

codeJRV commented 4 years ago

https://github.com/GoCorona-org/Backend/blob/master/docs/intersection_calculation.md Intersection calculation is the calculation to determine which all users have been in the vicinity of a Covid positive person at any point in time (in the past till present).

VishalBudhani commented 4 years ago

I can look into this. Will revert. Thanks