Skip to content

bruce2008github/sf1r-ad-delivery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SF1R-Ad-Delivery

Advertising delivery engine based on SF1R.

Features

  • Sponsored Search. Automatic bid optimization is provided with the semantic of broad match. Currently, the broad match is delivered through succinct self index, which is the fastest top-K union index in the world. However, it's an overkill to use succinct self index for such purpose, we plan to use Roaring Bitmap in future which is the fastest compressed bitmap delivered by Daniel Lemire.

  • Online engine for TARE. TARE refers to Targeted Advertising and Recommender Engine, which aims to build an unified engine for both targeted advertising and recommendation. Currently, TARE is tailored for products only.

Topology

Dependencies

The dependencies are similar with that of SF1R. Besides, these third party repositores are required:

License

The SF1R project is published under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Advertising delivery engine based on SF1R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Other 1.5%