Skip to content
/ kpqueue Public

A stand-alone implementation of the lock-free Wimmer k-priority queue (pheet.org)

License

Notifications You must be signed in to change notification settings

schuay/kpqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kpqueue

This repository hosts development of a stand-alone version of the lock-free Wimmer k-priority queue (pheet.org).

Running benchmarks

Several benchmarking tools are provided, with the most heavily used and maintained one being the random throughput benchmark (src/bench/random.cpp). The simplest way to run benchmarks is by using the provided wrapper script:

$ make && ./bench.py -a klsm128,klsm256 -p 1,2,3,5,10,15,20 -r 5 -o results.csv

Figures can then be generated by running:

$ Rscript misc/plot.R results.csv && ls -lha fig.png

Dependencies are of course required but should be simple to determine either from error messages or the scripts themselves. Most scripts and binaries may be called with the standard '-h' argument for help.

About

A stand-alone implementation of the lock-free Wimmer k-priority queue (pheet.org)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published