Skip to content

Latest commit

 

History

80 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverted Search Engine

C/C++ CI Actions Status

Authors

Introduction

The current project is a modified version of The SIGMOD 2013 Programming Contest. The application tackles the task of receiving a stream of documents and queries and matching them up, utilizing different metrics. The goal is to minimize the system response time, using multithreading, as well as the appropriate structs and in general good programming practices.

Compile & Run

$ make && make run

Check for memory leaks

$ make valgrind

Detect data races

$ make helgrind

Test

$ make test && make run_test

About

Inverted search engine using bk trees, hash tables, multithreading.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages