# mongols **Repository Path**: lxq1586746679/mongols ## Basic Information - **Project Name**: mongols - **Description**: mongols 一个C++库 依赖: linux pcre-devel zlib-devel openssl-devel sudo yum install pcre-devel z - **Primary Language**: C/C++ - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/mongols - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-04-06 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mongols A high performance network library for c++: - Libevent, libev and libuv are outdated. - Both apache and nginx are very slow. ![nginx_4_worker](benchmark/nginx_4_worker.png) ![mongols_4_worker](benchmark/mongols_4_worker.png) ![nginx_vs_mongols](benchmark/nginx_vs_mongols.png) ## dependency - linux - gcc (-std=c11) - g++ (-std=c++11) - openssl ## feature [mongols document](https://mongols.hi-nginx.com) ## install `make clean && make -j2 && sudo make install && sudo ldconfig` ## usage `pkg-config --libs --cflags mongols openssl` ## binding [pymongols](https://github.com/webcpp/pymongols) ## example [example](https://github.com/webcpp/mongols/tree/master/example)