https://github.com/figbug/interprocessspeedtest
Testing how fas JUCE's InterprocessConnection is
https://github.com/figbug/interprocessspeedtest
Last synced: 11 months ago
JSON representation
Testing how fas JUCE's InterprocessConnection is
- Host: GitHub
- URL: https://github.com/figbug/interprocessspeedtest
- Owner: FigBug
- Created: 2019-04-03T01:56:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T21:08:55.000Z (about 7 years ago)
- Last Synced: 2025-04-02T07:41:47.360Z (about 1 year ago)
- Language: C++
- Size: 12.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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