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

C++実装のリファクタリング/高速化(again) #9

Merged
merged 6 commits into from
Jun 23, 2020

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    9dc7c6b View commit details
    Browse the repository at this point in the history
  2. fill on constructor

    wx257osn2 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    303cbbf View commit details
    Browse the repository at this point in the history
  3. use numeric_limits::max()

    wx257osn2 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    2b31fcf View commit details
    Browse the repository at this point in the history
  4. uninitialize variables

    wx257osn2 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    096576a View commit details
    Browse the repository at this point in the history
  5. remove meanless condition

    wx257osn2 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    91d3dc7 View commit details
    Browse the repository at this point in the history
  6. use robin-hood-hashing

    Co-authored-by: Mitsutaka Takeda <mitsutaka.takeda@gmail.com>
    wx257osn2 and mitsutaka-takeda committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9aa0655 View commit details
    Browse the repository at this point in the history