Skip to content

Commit 34b2d51

Browse files
authored
Merge pull request Tencent#45 from dengoswei/master
add: PaxosStore coming soon..
2 parents ac7d19a + 78b7b93 commit 34b2d51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Libco
1+
Libco
2+
===========
23
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.
34

45
@@ -16,6 +17,8 @@ libco通过仅有的几个函数接口 co_create/co_resume/co_yield 再配合 co
1617

1718
1819

20+
PS: **近期将开源PaxosStore,敬请期待。**
21+
1922
### libco的特性
2023
- 无需侵入业务逻辑,把多进程、多线程服务改造成协程服务,并发能力得到百倍提升;
2124
- 支持CGI框架,轻松构建web服务(New);
@@ -43,3 +46,5 @@ $ cd build
4346
$ cmake ..
4447
$ make
4548
```
49+
50+

0 commit comments

Comments
 (0)