Skip to content

pratikthatte/cython_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cython Demo

This GitHub repository contains the Cython demo code for my MATH 608 project.

Prerequisites

Before running the code, ensure that the Cython compiler is installed on your machine.

Steps to Follow

  1. Build the Extension Module

    • For macOS/Linux users:
      python setup.py build_ext --inplace -i
    • For Windows users:
      python setup.py build_ext --inplace -i --compiler=mingw32 -DMS_WIN64
  2. Test the Runtime Performance
    Run the script to test the runtimes using the following command:

    python test_runtime.py
    

About

Cython Demo code for MATH 608 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published