mlovatonv / b-link-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The B-link-tree is a variation of the B*-tree that allows concurrent processes.

This repo contains:

  • Implementation of the search and insert methods of the B-link-tree using pthreads
  • Comparison between multithreaded algorithms and the B-link-tree
  • GUI Application for the B-link-tree using QT

About


Languages

Language:C++ 83.2%Language:Python 12.8%Language:QMake 4.0%