Skip to content

Commit e78bdb5

Browse files
committed
Add PeachPy
1 parent 597f4dc commit e78bdb5

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
@@ -1064,6 +1064,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
10641064
*Libraries for making Python faster.*
10651065

10661066
* [Cython](http://cython.org/) - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
1067+
* [PeachPy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.
10671068
* [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.
10681069
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
10691070
* [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.

0 commit comments

Comments
 (0)