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

Utilize const generics to pass settings to VW algorithm. #942

Merged
merged 4 commits into from
Dec 6, 2022
Merged

Commits on Nov 29, 2022

  1. Utilize const generics to pass settings to VW algorithm.

    Probably a microoptimization, but this makes the stack frames a little bit smaller since we remove an unneeded argument.
    frewsxcv committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d53b294 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    frewsxcv committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fbe50f2 View commit details
    Browse the repository at this point in the history
  3. rustfmt

    frewsxcv committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6555b5b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. style lint

    frewsxcv committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7270ccb View commit details
    Browse the repository at this point in the history