alexander-stannat / Incremental-Pagerank

An implementation of the Monte Carlo method for incremental PageRanks in the Tribler network
6 stars 0 forks source link

Use a thread for periodically updating the ranking #4

Open inconspicuous-username opened 5 years ago

inconspicuous-username commented 5 years ago

It might be useful to periodically update the pageranking in the background. This enables the user to do other things and when requesting the ranking directly get the most recent instead of having to wait until the function is finished

Take a look at this example