https://github.com/marcusgrass/pythonjavacppbenchmark
A test of imported cpp-libraries and Java Socket Servers vs Python. Additional benchmarking with single/multi-threading and multiprocessing.
https://github.com/marcusgrass/pythonjavacppbenchmark
Last synced: 4 months ago
JSON representation
A test of imported cpp-libraries and Java Socket Servers vs Python. Additional benchmarking with single/multi-threading and multiprocessing.
- Host: GitHub
- URL: https://github.com/marcusgrass/pythonjavacppbenchmark
- Owner: MarcusGrass
- License: mit
- Created: 2018-09-07T22:06:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T22:22:46.000Z (over 6 years ago)
- Last Synced: 2024-12-30T22:43:03.714Z (5 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PythonJavaCppBenchmark
A test of imported cpp-libraries and Java Socket Servers vs Python. Additional benchmarking with single/multi-threading and multiprocessing.To run benchmark:
Run the java server with: java PrimeServer
Run benchmark.py