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 binary endpoint memory usage #189

Commits on Oct 3, 2019

  1. Add BufferManagerStream to avoid allocations for serialization buffer

    * By using BufferManager memory preassure and LOH allocation should decrease substantially
    Daniel-Svensson committed Oct 3, 2019
    Copy the full SHA
    80cadfd View commit details
    Browse the repository at this point in the history
  2. add draft for tests

    Daniel-Svensson committed Oct 3, 2019
    Copy the full SHA
    80baea8 View commit details
    Browse the repository at this point in the history
  3. add perf notes

    Daniel-Svensson committed Oct 3, 2019
    Copy the full SHA
    922f9a5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c3f6493 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0c69963 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7c4586c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1cfacda View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Add BinaryMessageWriter class to allow reuse of XmlWriter

    * Also add heurisics for guessing buffer size
    Daniel-Svensson committed Oct 18, 2019
    Copy the full SHA
    789cd72 View commit details
    Browse the repository at this point in the history
  2. cleanup namespaces

    Daniel-Svensson committed Oct 18, 2019
    Copy the full SHA
    1b135f9 View commit details
    Browse the repository at this point in the history
  3. Fix Min => Max

    Daniel-Svensson committed Oct 18, 2019
    Copy the full SHA
    a474706 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. variable name change

    Daniel-Svensson committed Oct 30, 2019
    Copy the full SHA
    cf65b6c View commit details
    Browse the repository at this point in the history