talostrading / sonic

Sonic is a Go library for network and I/O programming that provides developers with a consistent asynchronous model, with a focus on achieving the lowest possible latency and jitter in Go.
MIT License
676 stars 16 forks source link

Prefer using `RawSyscall` for non-blocking calls of `ioc`. #137

Open sergiu128 opened 4 days ago

sergiu128 commented 4 days ago

See https://github.com/talostrading/sonic/pull/136