Last month we released Connected for iOS, an app which surfaces contextually relevant relationship opportunities like job changes, work anniversaries and mentions in the news for people in your network. To ensure that the user has the most up-to-date data we need to periodically perform tasks such as: Upload calendar events (only if user has given permission)...
algorithm Articles
-
- Topics:
- iOS,
- algorithm,
- background fetch,
- Open Source
-
Social networks often require the ability to perform low latency graph computations in the user request path. For example, at LinkedIn, we show the graph distance and common connections whenever we show a profile on the site. To do this, we have developed a distributed and partitioned graph system that scales to hundreds of millions of members and their...