Python-speed Alternatives
Similar projects and alternatives to python-speed
-
speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
multi-core-python
Enabling CPython multi-core parallelism via subinterpreters.
python-speed reviews and mentions
-
Python 3.11 beta vs. 3.10 benchmark
Compared speed to Python 3.9 using python-speed benchmark [1]
Basically overall 24% increase in performance "for free". Impressive. Stack usage and multiprocessing had the largest gain.
python-speed v1.3 using python v3.9.2
string/mem: 2400.67 ms
pi calc/math: 2996.1 ms
regex: 3201.59 ms
fibonnaci/stack: 2487.13 ms
multiprocess: 812.37 ms
total: 11897.85 ms (lower is better)
-----
python-speed v1.3 using python v3.11.0
string/mem: 2234.78 ms
pi calc/math: 2667.84 ms
regex: 2548.81 ms
fibonnaci/stack: 1149.57 ms
multiprocess: 480.25 ms
total: 9081.25 ms (lower is better)
-----
- I created a simple Python-based speed test for measuring peroformance of different hosting providers
Stats
vprelovac/python-speed is an open source project licensed under MIT License which is an OSI approved license.