Skip to content

Commit

Permalink
PaxosStore open-source coming soon..
Browse files Browse the repository at this point in the history
  • Loading branch information
dengoswei committed Aug 10, 2017
1 parent 91d37bd commit 78b7b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +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 @@ -17,7 +17,7 @@ libco通过仅有的几个函数接口 co_create/co_resume/co_yield 再配合 co

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

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

### libco的特性
- 无需侵入业务逻辑,把多进程、多线程服务改造成协程服务,并发能力得到百倍提升;
Expand Down

0 comments on commit 78b7b93

Please sign in to comment.