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

raw_detect perf tweaks #137

Merged
merged 2 commits into from
Mar 16, 2024

Commits on Oct 1, 2023

  1. raw_detect perf tweaks

    - applied clippy::needless_for_each lint (see https://rust-lang.github.io/rust-clippy/master/index.html#needless_for_each)
    - declare scores vec with_capacity to minimize allocs
    - explicitly declared vars (benchmarks show it helped)
    jqnatividad committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1bbe2c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Update src/combined/mod.rs

    Co-authored-by: Ænжej Theodorko <andy.theodorko@gmail.com>
    jqnatividad and Ap3lsin4k committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    25888fe View commit details
    Browse the repository at this point in the history