Skip to content

Convert the C code to a Cython extension #17

Description

@ramanakumars

Currently project.c is a C code that needs to be compiled independently and then loaded with ctypes. Ideally, we should either convert this code to a Cython extension or create a Cython extension that interfaces with the functions in project.c which would allow us to install the package and compile the code at once.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions