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

Cache rewrite #114

Merged
merged 7 commits into from
Aug 25, 2023
Merged

Cache rewrite #114

merged 7 commits into from
Aug 25, 2023

Commits on Aug 22, 2023

  1. FFM caching strategy optimized

    ggaspersic committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6e02836 View commit details
    Browse the repository at this point in the history
  2. Un-needed comments removed

    ggaspersic committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b8528db View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:outbrain/fwumious_wabbit into cache…

    …-optimization
    ggaspersic committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    31a18de View commit details
    Browse the repository at this point in the history
  4. Primitive features taken into account on FFM pass

    ggaspersic committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a2f4b84 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Un-needed print removed

    ggaspersic committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    43833da View commit details
    Browse the repository at this point in the history
  2. Lint fixed

    ggaspersic committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9e063a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. To improve performance the rustc_hash::FxHashSet replaced the std::Ha…

    …shSet in FFM
    ggaspersic committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fb94840 View commit details
    Browse the repository at this point in the history