Skip to content

Commit

Permalink
we will open-source paxosstore soon..
Browse files Browse the repository at this point in the history
  • Loading branch information
dengoswei committed Aug 10, 2017
1 parent ac7d19a commit 91d37bd
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([email protected]), leiffyli([email protected]), [email protected]([email protected]), sarlmolchen([email protected])
Expand All @@ -16,6 +17,8 @@ libco通过仅有的几个函数接口 co_create/co_resume/co_yield 再配合 co

作者: sunnyxu([email protected]), leiffyli([email protected]), [email protected]([email protected]), sarlmolchen([email protected])

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

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


0 comments on commit 91d37bd

Please sign in to comment.