From e78bdb5e1c4e926eb14eba6f78553942eac0dee8 Mon Sep 17 00:00:00 2001 From: Marat Dukhan Date: Wed, 7 Oct 2015 01:19:10 -0400 Subject: [PATCH] Add PeachPy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d386a54..0f47befb 100644 --- a/README.md +++ b/README.md @@ -1064,6 +1064,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for making Python faster.* * [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. +* [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. * [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. * [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. * [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.