Giter Site home page Giter Site logo

cbase's Introduction

CBase

C语言编写的一些基础库,适合0基础编写高性能服务器,主要包含以下功能库:

    1. comm/ByteArray,提供网络字节存储功能

    2. shm/ShmTable,提供共享内存式hash-table,很多高性能服务器都需要哦

    3. net/EpollServer,提供对epoll的封装

    4. net/HttpClient,提供httpclient请求,支持https

    5. msgq/FMsgQ,是一个用共享内存方式实现的消息队列,可用于进程间通信

    6. json/JsonParser,类似sax2解析xml的设计模式实现的解析json的代码,小巧高效

    7. http/*,http协议解析

    8. crypt/Tea,Tea算法

    9. crypt/MD5,md5算法

    10. crypt/Hash,hash算法

    11. crypt/Bash64,base64算法

    12. comm/UriLib,url解析

    13. comm/CommandParser,命令文件解析

多谢关注

有问题请关注我的微信公众号@itfriday与我互动

cbase's People

Contributors

erisenxu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.