'Fastest way to do local IPC between a Unity process and another C# process [closed]

I want to deliver a huge amount of data around 30 times each second from a C# application to my Unity Application. Since mapped memory and pipes aren't supported in Unity i thought about a tcp socket. Would this be fast enough if the communication is in the scope of one machine only?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source