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

Feature/json performance #1489

Merged
merged 7 commits into from
Sep 20, 2019
Merged

Commits on Sep 9, 2019

  1. Dramatically improve the performance of containResourcesForEncoding

    We do this by avoiding the double processing of contained resources when
    looking for resources to contain
    dmap committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c5c3cc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

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

Commits on Sep 16, 2019

  1. Optimise for encoding String primitive data types

    We typically have many more string primitives than anything else
    dmap committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    cc3f02a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    36f53e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe3fe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6423cb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f85b5 View commit details
    Browse the repository at this point in the history