Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 268 Bytes

QP-Contend

A simple implemention of lock-free QP-Contend among multiple threads

Quick Start:

  • Run make on client and server machine.
  • At server : ./server.
  • At client : ./client <server_ip_addr> <thread_num>.
  • check the out.list to see result.