Zerio icon indicating copy to clipboard operation
Zerio copied to clipboard

Basic performance-oriented TCP client/server messaging C# API based on Windows Registered I/O (RIO)

Results 3 Zerio issues
Sort by recently updated
recently updated
newest added

Yo, again ~ Zerio is using some custom Disruptor? Because now in master branch when load the project it's failed to load Disruptor. Cheers.

any plan UDP support?

[draft, not for merging] The most straightforward implementation when senders directly enqueue to Request Queue and busy spinnning poller thread reads from Completion Queue. Should give the idea what minimum...