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

src: use unordered_set instead of custom rb tree #14826

Closed
wants to merge 2 commits into from

Commits on Aug 14, 2017

  1. src: use unordered_set instead of custom rb tree

    Use a standard hash-based container instead of the custom included
    red/black tree implementation. There is likely no noticeable
    performance difference, and if there is one, it is very likely
    to be an improvement.
    addaleax committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    1bc3c69 View commit details
    Browse the repository at this point in the history
  2. [squash] address nit

    addaleax committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    c24bfe7 View commit details
    Browse the repository at this point in the history