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

Query and change feed: Add serialization optimization by using array instead of by item #1516

Merged
merged 16 commits into from
May 15, 2020

Commits on May 14, 2020

  1. ReadFeed and ChangeFeed optimization.

    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    eb03ac0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into users/jawilley/seri…

    …alizer/fasterParser
    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    6297647 View commit details
    Browse the repository at this point in the history
  3. Revert "Performance: Fix MemoryStream with un-accesible buffer (#1515)"

    This reverts commit 01e39d4.
    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e47b600 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Performance: Fix MemoryStream with un-accesible buffer (

    #1515)""
    
    This reverts commit e47b600.
    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    91a6686 View commit details
    Browse the repository at this point in the history
  5. Removed unused resource type.

    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4664cff View commit details
    Browse the repository at this point in the history
  6. Reverted benchmark change

    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4d618b6 View commit details
    Browse the repository at this point in the history
  7. Fixed internal type serialization

    Jake Willey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    5adc575 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Fixed smoke test added more perf tests

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    708cc2b View commit details
    Browse the repository at this point in the history
  2. Updating based on feedback

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    1cd0992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5962a6e View commit details
    Browse the repository at this point in the history
  4. Fixed benchmarks

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e67ea1b View commit details
    Browse the repository at this point in the history
  5. Changes based on comments

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    09f8095 View commit details
    Browse the repository at this point in the history
  6. Converted to readonly collection

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c2a38f1 View commit details
    Browse the repository at this point in the history
  7. Reverted perf tests

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    54a577d View commit details
    Browse the repository at this point in the history
  8. Fixed tests

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0aa7687 View commit details
    Browse the repository at this point in the history
  9. Fixed another unit tests

    Jake Willey committed May 15, 2020
    Configuration menu
    Copy the full SHA
    a741147 View commit details
    Browse the repository at this point in the history