Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Reduce the per message allocations #1630

Closed
wants to merge 3 commits into from

Commits on Mar 17, 2018

  1. Reduce the per message allocations

    - Introduce CharArrayTextReader which is a simple TextReader
    implemented over a utf8 buffer. It encodes directly into the
    buffer allocated by JSON.NET.
    davidfowl committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    128ce47 View commit details
    Browse the repository at this point in the history
  2. Fixed bug and simplify the code

    - Renamed CharArrayTextReader to Utf8BufferTextReader
    - Fixed length issue on netstandard version
    davidfowl committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    185e22b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d54747 View commit details
    Browse the repository at this point in the history