8000 GitHub - aidan-bailey/cppiper: Named pipe ipc library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aidan-bailey/cppiper

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppiper

Named pipe ipc library (WIP).

Requirements

Building

mkdir build
cd build
cmake ..            # `-D DEV=ON` for debug logging, `-D DOC=ON` for documentation generation
cmake --build .

Installing

After the build step, cppiper can be installed as a system lib.

sudo cmake --install .

Benchmark

A benchmark executable, benchmark, will be built along with the library. This doubles as an example of usage, the source code of which can be found in the benchmark directory.

TODO

  • cppiper dynamic lib
  • proper testing using cache2
  • garbage collector for pipe manager

About

Named pipe ipc library

Resources

License

Stars

Watchers

Forks

0