YAPyPy icon indicating copy to clipboard operation
YAPyPy copied to clipboard

Yet another Python Python

Results 4 YAPyPy issues
Sort by recently updated
recently updated
newest added

To achieve the goal about Python optimization on VM level, we should allow users to extend YAPyPy compiler within a convenient and concise way. Some extra information would be presented...

Without staging optimization, RBNF seems to be much slower than original CPython parser(with CPython parser, `import sklearn` costs 2~3 seconds, and RBNF costs almost 10 seconds). Staging optimization makes RBNF...

https://www.python.org/dev/peps/pep-0572/ https://www.python.org/dev/peps/pep-0505/

enhancement
help wanted