Skip to content

lxhq/BRAVO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRAVO

Biased Locking for Reader-Writer Locks

This is a test for BRAVO and pfq rwlock

To run this program, first make then run the run.sh

There are 3 input arguments for the main program.

The first one is to decide whether use BRAVO lock or pfq lock(BRAVO for BRAVO lock pfq for pfq lock)

The second and third one is to decide how many read and write threads are there(for example, 64 1: means 64 read threads and 1 write threads)

About

Biased Locking for Reader-Writer Locks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published