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 XmlDictionaryWriter UTF8 encoding performance #73336

Merged
merged 27 commits into from
Apr 4, 2023

Commits on Jul 7, 2022

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

Commits on Jul 18, 2022

  1. Update implementation

    Daniel-Svensson committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    63c760c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    196ce48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e7029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d8078a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. reword comment

    Daniel-Svensson committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6e5aabb View commit details
    Browse the repository at this point in the history
  2. rename test

    Daniel-Svensson committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    70fa189 View commit details
    Browse the repository at this point in the history
  3. move bytesmax

    Daniel-Svensson committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b34d259 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    5df5ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a790fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b82ac8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Update src/libraries/System.Private.DataContractSerialization/src/Sys…

    …tem/Xml/XmlStreamNodeWriter.cs
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    Daniel-Svensson and stephentoub committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    301e531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a21306 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

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

Commits on Sep 9, 2022

  1. Fix overfload

    Daniel-Svensson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    048cade View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    8297311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287e737 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

  1. remove vector loop

    Daniel-Svensson committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ab29682 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

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

Commits on Mar 26, 2023

  1. back some changes

    Daniel-Svensson committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    a590739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b6314 View commit details
    Browse the repository at this point in the history
  3. revert more changes

    Daniel-Svensson committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    82f8880 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d78aade View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b20be8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Update cutoff from 24 to 32 chars before calling, due to regression f…

    …or text based DataContractSerializer
    Daniel-Svensson committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9c86b05 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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