Comment on Part 2 Dart vs Go vs Python (and PyPy) PerformanceComments−pcwalton14yNote that where you mean Python you pretty much mean this optimized C implementation: https://bitbucket.org/cmoyer/python-twitter/src/5bba928d8c12...−mdwrigh214yYeah, profiling the Go quickly shows that the part that takes the most time is the JSON parsing.
Comments
Note that where you mean Python you pretty much mean this optimized C implementation: https://bitbucket.org/cmoyer/python-twitter/src/5bba928d8c12...
Yeah, profiling the Go quickly shows that the part that takes the most time is the JSON parsing.