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

Improve OrderPreservingMultiDictionary. #11254

Merged
merged 5 commits into from
May 12, 2016

Commits on May 11, 2016

  1. Improve OrderPreservingMultiDictionary.

    1. Support allocation-free enumeration of the dictionary.
    2. Pool internal data so that less garbage is churned when creating and releasing dictionaries.
    CyrusNajmabadi committed May 11, 2016
    Configuration menu
    Copy the full SHA
    4578f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0863ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    253b5f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de0888c View commit details
    Browse the repository at this point in the history
  5. Simplify code.

    CyrusNajmabadi committed May 11, 2016
    Configuration menu
    Copy the full SHA
    20da783 View commit details
    Browse the repository at this point in the history