The Daily Go
Event loop networking framework that is fast and small. It makes direct epoll and kqueue syscalls rather than using the standard Go net package, and works in a similar manner as libuv and libevent.
https://github.com/tidwall/evio
#epoll #libevent #c #go #networking #net
Event loop networking framework that is fast and small. It makes direct epoll and kqueue syscalls rather than using the standard Go net package, and works in a similar manner as libuv and libevent.
https://github.com/tidwall/evio
#epoll #libevent #c #go #networking #net
GitHub
GitHub - tidwall/evio: Fast event-loop networking for Go
Fast event-loop networking for Go. Contribute to tidwall/evio development by creating an account on GitHub.