Skip to content

markman101/Ginger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ginger

Ginger 是一个用Golang语言实现的TCP高性能网络库。 ##特点

  • 相对于C++,Go实现的网络库不必关心网络事件处理模型的具体实现,故而大大简化网络库开发。
  • 相对于其他网络库,Ginger使用Read+RecvBuffer而非ReadSlice实现数据接收,从而提高网络库效率。
  • 将协议解封功能解耦,便于业务协议开发..

Releases

No releases published

Packages

No packages published

Languages