# python-numpy-c-extension-examples **Repository Path**: wangzhifeifly/python-numpy-c-extension-examples ## Basic Information - **Project Name**: python-numpy-c-extension-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python-numpy-c-extension-examples ================================= Example code for a series of blog posts looking at writing high-performance Python extension modules * [Part 1](https://www.crumpington.com/blog/2014/10-19-high-performance-python-extensions-part-1.html): Create a basic C extension using the NumPy API. * [Part 2](https://www.crumpington.com/blog/2014/10-21-high-performance-python-extensions-part-2.html): Improve performance using SIMD intrinsics. * [Part 3](https://www.crumpington.com/blog/2014/10-24-high-performance-python-extensions-part-3.html): Improve performance using OpenMP.