mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Update README.md
Small fix in pypy line.
This commit is contained in:
parent
c7d50643da
commit
8ea4235b75
|
@ -734,7 +734,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
*Libraries for making Python faster.*
|
*Libraries for making Python faster.*
|
||||||
|
|
||||||
* [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.
|
* [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.
|
* [PyPy](http://pypy.org/) - An implementation 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.
|
* [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.
|
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user