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
For applications using socket-based IPC, targeting localhost is a common practice. Windows can enable speeding up transfers through localhost by cutting network hardware out of the loop. plibsys doesn't seem to have a way to enable this feature on Windows currently. Perhaps it should to enable higher-performance local TCP comms?
(API reference for enabling this feature. Note that other libraries like ZMQ and libuv do support this feature.)