alanjds / grumpy

**MOVED TO NEW MOTHER ORG `grumpyhome/grumpy`** Grumpy is a Python to Go source code transcompiler and runtime.
https://github.com/grumpyhome/grumpy
Apache License 2.0
16 stars 1 forks source link

Please publish comparative benchmarks #3

Open alanjds opened 6 years ago

alanjds commented 6 years ago

Issue by jkugler Wednesday Jan 04, 2017 at 18:33 GMT Originally opened as https://github.com/google/grumpy/issues/6


It would be nice if the REAME (or another file in the repo) contained comparative benchmarks, for informational purposes.

alanjds commented 6 years ago

Comment by gsnedders Wednesday Jan 04, 2017 at 22:12 GMT


https://github.com/python/performance is of relevance here.

alanjds commented 6 years ago

Comment by jkugler Wednesday Jan 04, 2017 at 23:00 GMT


Also, showing comparisons with pure Python code where pure C is often used (such as with the JSON module) would be helpful.