Skip to content

johnnylee/python-numpy-c-extension-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published