stevedang125 / lfcas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lock Free Contention Adapting Search Trees

UCF Parallel Computing (Dechev)

Spring 2019 - Charlene Juvida & Steve Dang

note: the code currently does not compile!!!

Our midterm report should be found in this folder.

Compilation (lol not yet)

This program was developed with POSIX threads, so it will only be compatible on Unix systems. Please test on UCF Eustis or another Linux/MacOS environment. Instructions for connecting to Eustis can be found here.

  • MAC OS / Linux
$ g++ lfcas.cpp
$ ./a.out

OR

  • Windows
$ g++ lfcas.cpp -std=c++11 && a.exe

About


Languages

Language:C++ 100.0%