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

Performance improvements #91

Merged
merged 4 commits into from
Sep 17, 2018
Merged

Performance improvements #91

merged 4 commits into from
Sep 17, 2018

Commits on Sep 14, 2018

  1. memory profiling and some memory footprint improvements

    see https://github.com/frankmcsherry/differential-dataflow/issues/113
    
    - a new Variable implementation by Frank that reduces the cost of
    recursive variables by 1/3
    - use distinct_total instead of distinct where safe
    - don't create recursive variables for non-recursive collections
    - use 32-bit timestamp for nested scopes
    ryzhyk committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    969c412 View commit details
    Browse the repository at this point in the history
  2. warnings

    ryzhyk committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    9c701ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62232a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. differential update; barrier synchronization for worker threads

    - differential moved to tag-based release model
    - use barrier synchronization to block worker threads instead of idling
    when there is no work to do
    ryzhyk committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    6e693fe View commit details
    Browse the repository at this point in the history