Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 419 Bytes

GECOS

GECOS is a lock-free synchronization mechanism, and this repository compares various well-known mechanisms such as RCU and HP (Hazard Pointers).

Note: for make rcu, you will need to install URCU.

To compile:

$ make

Example for running GECOS:

./list_gecos.exe 10 1 300 3

License

GECOS is freely redistributable under GNU GPL version 2 or later.