You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose switching to nanosockets (https://github.com/nxrighthere/NanoSockets) for minimizing allocations. Currently riptide allocates quite bit of memory at least when data is received.
I might be able to implement this myself if I find the time.
The text was updated successfully, but these errors were encountered:
I propose switching to nanosockets (https://github.com/nxrighthere/NanoSockets) for minimizing allocations. Currently riptide allocates quite bit of memory at least when data is received.
I might be able to implement this myself if I find the time.
The text was updated successfully, but these errors were encountered: