GiorgosNik / inverted-search-engine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:C++ 87.0%Language:TeX 10.7%Language:C 1.4%Language:Makefile 0.6%Language:Shell 0.3%