Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implementing and optimizing core analysis algorithms in Rust #30

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2024

  1. Initial implementation of the core loop search algorithm in rust

    - Adds the necessary infrastructure for a mixed python/rust project using maturin and pyo3 bindings
    - Initial performance speed-up without concurrency: ~6x
    arkrow committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1d4ab1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae760b View commit details
    Browse the repository at this point in the history
  3. Update maturin CI/CD workflow

    arkrow committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    976b156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d9326e View commit details
    Browse the repository at this point in the history
  5. Update Cargo.lock

    arkrow committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    55df520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd27551 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae0b7f9 View commit details
    Browse the repository at this point in the history