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.63k stars 550 forks source link

Feature-Request: use BufferManager and SocketAsyncEventArgsPool to optimize memory #283

Open nguyentuan3691 opened 7 months ago

nguyentuan3691 commented 7 months ago

Hello

I used your project to create a socks5 server, it's a bit difficult to access your project structure but everything is fine. During long-term running on the server, I found that the project used a lot of ram and was not optimal. I think we should use BufferManager and SocketAsyncEventArgsPool to optimize memory usage.