This document describes a scalable, high-performance algorithm for hybrid job recommendations developed by Toon De Pessemier, Kris Vanhecke, and Luc Martens. The algorithm uses both content-based and collaborative filtering approaches. Content-based recommendations are based on matching a user's explicit profile to job metadata. Collaborative filtering uses a k-nearest neighbors approach based on both user interactions and job metadata. The hybrid approach performs best with a score of 344,264.37. Fallback strategies are used for cold start users with no interactions, involving impressions or a most popular jobs approach. The algorithm aims to be scalable to large numbers of users and jobs with incremental updates and fast score calculation.