hinxx / python-numpy-c-extension-examples

Example code for blog post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example code for blog post.

License:MIT License


Languages

Language:HTML 56.1%Language:CSS 23.8%Language:JavaScript 13.4%Language:C 5.0%Language:Python 1.7%Language:Shell 0.0%