Skip to content

Commit faf6149

Browse files
committed
add Pyston add High Performance section
1 parent f7629f2 commit faf6149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
602602
* [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.
603603
* [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.
604604
* [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
605+
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
605606

606607
# Resources
607608

0 commit comments

Comments
 (0)