Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 610 Bytes

File metadata and controls

8 lines (6 loc) · 610 Bytes

python-numpy-c-extension-examples

Example code for a series of blog posts looking at writing high-performance Python extension modules

  • Part 1: Create a basic C extension using the NumPy API.
  • Part 2: Improve performance using SIMD intrinsics.
  • Part 3: Improve performance using OpenMP.