vlandeiro / sporty-twitters

Project trying to correlate the practice of sports of Twitter users with their well-being.
0 stars 1 forks source link

Reduce the amount of memory used when seeking the most similar friend #21

Closed vlandeiro closed 10 years ago

vlandeiro commented 10 years ago

When looking for the most similar friend of every user, I load the JSON object of every (61,800) user and each of their friend (between 0 and 5000) in memory. Therefore, the memory consumption is too large and I have to find a solution to solve this problem. Two ideas: