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

Avoid intermediate JSON object allocations when generating JSON strings #683

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    f8716ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c3e5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23cc3f View commit details
    Browse the repository at this point in the history
  4. Update benchmark

    osa1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    704bcc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e04e346 View commit details
    Browse the repository at this point in the history
  6. Remove redundant returns

    osa1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    739d640 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    db10c20 View commit details
    Browse the repository at this point in the history
  2. Post-merge fixups

    osa1 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9e3aed9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    9ae3100 View commit details
    Browse the repository at this point in the history
  2. Avoid dynamic calls

    osa1 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    09bd61c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    f3e10c9 View commit details
    Browse the repository at this point in the history
  2. Add missing return type

    osa1 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5a6dec5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Revert some of the renamings

    osa1 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bfd311b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    osa1 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    de8dcb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Remove explicit type casts

    osa1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    272e190 View commit details
    Browse the repository at this point in the history
  2. Remove writeToJsonSink

    osa1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ac8da6d View commit details
    Browse the repository at this point in the history
  3. Hide sink API

    osa1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2d566d5 View commit details
    Browse the repository at this point in the history
  4. Minor refactoring

    osa1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    572abbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c741bf9 View commit details
    Browse the repository at this point in the history
  6. Rewording

    osa1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    20ffa55 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    osa1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1253864 View commit details
    Browse the repository at this point in the history