An open API service indexing awesome lists of open source software.

https://github.com/figbug/interprocessspeedtest

Testing how fas JUCE's InterprocessConnection is
https://github.com/figbug/interprocessspeedtest

Last synced: about 2 months ago
JSON representation

Testing how fas JUCE's InterprocessConnection is

Awesome Lists containing this project

README

        

# InterprocessSpeedTest
Testing how fast JUCE's InterprocessConnection is

Test machine:
macOS Mojave
2.9 GHz Intel Core i5
8 GB 1867 MHz DDR3
MacBook Pro (Retina, 13-inch, Early 2015)

InterprocessConnection PIPE - 300,000 messages per second
DatagramSocket - 150,000 message per second

Test Machine:
Windows 10
3.60 GHz Intel Core i7 4790
32 GB

InterprocessConnection PIPE - 95,000 messages per second
DatagramSocket - 90,000 messages per second