Skip to content

Commit

Permalink
Merge pull request #45 from dengoswei/master
Browse files Browse the repository at this point in the history
add: PaxosStore coming soon..
  • Loading branch information
leiffyli authored Aug 10, 2017
2 parents ac7d19a + 78b7b93 commit 34b2d51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#Libco
Libco
===========
Libco is a c/c++ coroutine library that is widely used in WeChat services. It has been running on tens of thousands of machines since 2013.

Author: sunnyxu(sunnyxu@tencent.com), leiffyli(leiffyli@tencent.com), dengoswei@gmail.com(dengoswei@tencent.com), sarlmolchen(sarlmolchen@tencent.com)
Expand All @@ -16,6 +17,8 @@ libco通过仅有的几个函数接口 co_create/co_resume/co_yield 再配合 co

作者: sunnyxu(sunnyxu@tencent.com), leiffyli(leiffyli@tencent.com), dengoswei@gmail.com(dengoswei@tencent.com), sarlmolchen(sarlmolchen@tencent.com)

PS: **近期将开源PaxosStore,敬请期待。**

### libco的特性
- 无需侵入业务逻辑,把多进程、多线程服务改造成协程服务,并发能力得到百倍提升;
- 支持CGI框架,轻松构建web服务(New);
Expand Down Expand Up @@ -43,3 +46,5 @@ $ cd build
$ cmake ..
$ make
```


0 comments on commit 34b2d51

Please sign in to comment.