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

refactor CANParser to improve performance #795

Merged
merged 30 commits into from
Apr 23, 2023

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    1bcee09 View commit details
    Browse the repository at this point in the history
  2. pass by reference

    deanlee committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0146373 View commit details
    Browse the repository at this point in the history
  3. use for range loop

    deanlee committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    464f13c View commit details
    Browse the repository at this point in the history
  4. update_strings

    deanlee committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    e5ee0d6 View commit details
    Browse the repository at this point in the history
  5. use assign

    deanlee committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    8a9f15c View commit details
    Browse the repository at this point in the history
  6. track all signals

    deanlee committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1ae546b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67a6560 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. merge master

    deanlee committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    63afe79 View commit details
    Browse the repository at this point in the history
  2. use normal dict for vl_all

    deanlee committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    2823cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. merge master

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    8daa5ca View commit details
    Browse the repository at this point in the history
  2. update tests

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    ae9289c View commit details
    Browse the repository at this point in the history
  3. fix error in merge master

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    b89499e View commit details
    Browse the repository at this point in the history
  4. change thresholds

    reduce thresholds
    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    2d6eb0e View commit details
    Browse the repository at this point in the history
  5. Trigger CI

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    171820e View commit details
    Browse the repository at this point in the history
  6. Trigger CI

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    a9b4359 View commit details
    Browse the repository at this point in the history
  7. Trigger CI

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    16544ee View commit details
    Browse the repository at this point in the history
  8. cleanup ctor

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    bdd4d4f View commit details
    Browse the repository at this point in the history
  9. reduce threshold

    deanlee committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    80a3883 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    4d04d61 View commit details
    Browse the repository at this point in the history
  2. change thresholds

    deanlee committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1d61e0d View commit details
    Browse the repository at this point in the history
  3. merge master

    deanlee committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    361a23d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd2b922 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90a2437 View commit details
    Browse the repository at this point in the history
  6. reduce thresholds

    deanlee committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7bf633f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. test

    adeebshihadeh committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    635fd0d View commit details
    Browse the repository at this point in the history
  2. update

    adeebshihadeh committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    9a8120a View commit details
    Browse the repository at this point in the history
  3. update

    adeebshihadeh committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    f0d55b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. revert that for now

    adeebshihadeh committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8d199fc View commit details
    Browse the repository at this point in the history
  2. update

    adeebshihadeh committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e2db59b View commit details
    Browse the repository at this point in the history
  3. update

    adeebshihadeh committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    19f5be4 View commit details
    Browse the repository at this point in the history