Skip to content

Foolers00/AMP_Skip_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build project
-------------------------------
  `make all`

Builds the project and creates the shared library to be called from the python script.

Skip List: sequential, lock and lock free
-------------------------------

This example benchmarks the skip list implementations with different configurations.

  `make small-bench`

Runs a small benchmark that takes approximately 1 minute to finish. The
results are stored time-stamped in data/.

  `make small-plot`

Produces seven plots of the small benchmark data. It automatically chooses
the latest timestamped run in data/.

  `make report`

Produces the report for the project.

Prerequisites
-----------------------------

What is needed:

* C compiler
* GNU Make
* Python version at least 3.6
* pdfTeX & biber for plots and report

About

Project 5: Skip list, Team: Christoph Hoffman, Thomas Fromherz, Melvin John

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors