Skip to content

Migrate Project to Cython for Performance Optimization #1

@MankowskiNick

Description

@MankowskiNick

I would like to propose migrating the core components of the traffic simulator project to Cython to improve its performance. Since this project involves a lot of mathematical computations and traffic modeling, Cython could help in optimizing performance by converting Python code into C code.

Migration Plan:

  1. Identify performance-critical sections of the code, particularly parts that involve heavy computation, such as the traffic flow calculations, vehicle movement algorithms, etc.
  2. Convert these sections to Cython incrementally, ensuring that each change improves performance without breaking functionality.
  3. Documentation: Provide updated documentation to explain the installation requirements and how to work with Cython code, ensuring that contributors can easily understand the changes.

(Potentially) Helpful References:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions