Skip to content

7starsea/yijinjing-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

yijinjing-lite is a standalone version of yijinjing in kungfu. We truly focus on low-latency in-process communication.

Compile

Please setup proper location of Boost in file env-config.cmake and follow a standard way of cmake process:

cd path-to/yijinjing-lite
mkdir build && cd build
cmake -C ../env-config.cmake ..
make

Run && Test

run these three commands in three different terminals:

./yjj_page_service path-to/yijinjing-lite/test/page_engine.json
./reader
./writer

License

Apache License 2.0

About

c++, low-latency in-porcess communication via mmap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published