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

Switch usage of std HashMap/HashSet default hasher, to aHash algo #258

Merged
merged 16 commits into from
Aug 29, 2020
Merged

Switch usage of std HashMap/HashSet default hasher, to aHash algo #258

merged 16 commits into from
Aug 29, 2020

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    e2e09f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3c317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    641975e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c2ae12 View commit details
    Browse the repository at this point in the history
  5. use path in macro

    RobDavenport committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    364a225 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    6b8c265 View commit details
    Browse the repository at this point in the history
  2. use std with ahash

    RobDavenport committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    499b41e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from RobDavenport/useStdHashWithAHash

    use std with ahash
    RobDavenport authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    e881012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e1a6d5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'switchHashAlgoToAHash' of github.com:RobDavenport/bevy …

    …into switchHashAlgoToAHash
    RobDavenport committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a906584 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    RobDavenport committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    d8f2a5d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    86d31a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. add bevy_utils crate

    RobDavenport committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    44f2704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e97d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155e5aa View commit details
    Browse the repository at this point in the history
  4. clippy fix

    RobDavenport committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    0e792f7 View commit details
    Browse the repository at this point in the history