From faf6149194866b1fa14b9141d007ac7528e3fce4 Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 2 Jul 2014 01:31:29 +0800 Subject: [PATCH] add Pyston add High Performance section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2628ccf..68a6caee 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [Cython](http://cython.org/) - Optimizing Static Complier for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains. * [PyPy](http://pypy.org/) - An implmentation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information. * [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python. +* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. # Resources