chronoxor / NetCoreServer

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
https://chronoxor.github.io/NetCoreServer
MIT License
2.75k stars 575 forks source link

Can we process memory like dotnetty.buffers? #50

Open xuanyuan5005 opened 4 years ago

xuanyuan5005 commented 4 years ago

Can we process memory like dotnetty.buffers?

chronoxor commented 4 years ago

Can you briefly describe benefits of using dotnetty.buffers or some good use cases?

Currently NetCoreServer requires only two (send & receive) buffers per session. The buffer is very simple dynamic growing memory buffer and does only what is necessary to do.