Skip to content

hinxx/python-numpy-c-extension-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

 
 
 

Languages

  • HTML 56.1%
  • CSS 23.8%
  • JavaScript 13.4%
  • C 5.0%
  • Python 1.7%