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

Pool the buffer and encoder used for generic JSON reflection #602

Merged
merged 5 commits into from
Jun 27, 2018

Commits on Jun 26, 2018

  1. Make Buffer.Free safe to call on nil

    Joshua T Corbin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    a5e4208 View commit details
    Browse the repository at this point in the history
  2. Add Buffer.TrimNewline

    Joshua T Corbin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    f461918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a606a View commit details
    Browse the repository at this point in the history
  4. Shift the buf free nil check back to json encoder to better appease c…

    …ode coverage numbers
    Joshua T Corbin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    7ba34d3 View commit details
    Browse the repository at this point in the history
  5. Add a jsonEncoder.EncodeEntry test for more coverage

    Joshua T Corbin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    93e77b2 View commit details
    Browse the repository at this point in the history