Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 508 Bytes

gamelibd

an epoll wrapper writen in dlang,features: 1,fiber support: asynchronouse programming in synchronouse way.

developing: 2.asynchronous dns 3.communication between fibers.

用d语言编写的epoll封装工具,特性: 1、支持协程,可以用同步的方式编程异步程序

开发中的功能: 2、异步dns 3、协程通信机制

benchmark:

the gamelibdtest running in virtual machine, comes this result:

67000response/second, when buffer is 100bytes

you can run it on your pc.