8000 Merge pull request #11 from melignus/melignus-high-performance · tinkerbotfoo/awesome-python@ddb384b · GitHub
[go: up one dir, main page]

Skip to content

Commit ddb384b

Browse files
committed
Merge pull request vinta#11 from melignus/melignus-high-performance
Melignus high performance
2 parents 985b8ea + 8a486f3 commit ddb384b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
4040
- [DevOps Tools](#devops-tools)
4141
- [GUI](#gui)
4242
- [Game Development](#game-development)
43+
- [High Performance](#high-performance)
4344
- [Logging](#logging)
4445
- [Testing](#testing)
4546
- [Code Analysis and Linter](#code-analysis-and-linter)
@@ -424,6 +425,12 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
424425
* [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
425426
* [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs.
426427

428+
## High Performance
429+
430+
*Libraries for making Python faster.*
431+
432+
* [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.
433+
* [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.
427434

428435
## Logging
429436

0 commit comments

Comments
 (0)
0