*** Introduction ***

This repository contains code for the Lynx Queue from the paper:

Lynx: Using OS and Hardware Support for Fast Fine-Grained Inter-Core Communication
Konstantina Mitropoulou, Vasileios Porpodas, Xiaochun Zhang and Timothy M. Jones
30th ACM International Conference on Supercomputing (ICS), 2016.

Please cite this article if you produce any work that builds upon this code.


*** Licence ***

Everything in this repository is licensed under the GPL v2 licence, available
in the licences directory and at:

http://www.gnu.org/licenses/gpl-2.0.html


*** Contents ***

This repository contains 2 versions of Lynx Queue:

1. lynxQ_cpp/ contains the code of Lynx in C++.

2. lynxQ_c/ contains the code of Lynx in C.
