grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Please publish comparative benchmarks #9

Open alanjds opened 6 years ago

alanjds commented 6 years ago

google/grumpy#6 opened on Jan 4, 2017 by @jkugler

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.