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

Worker communication optimization (aka removing netstring dependency) #644

Merged
merged 12 commits into from
Oct 7, 2021

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    acc453f View commit details
    Browse the repository at this point in the history
  2. Add direct data bench

    nazar-pc committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    0bd25e1 View commit details
    Browse the repository at this point in the history
  3. Replace netstring with simple prefix-based binary format for data sen…

    …t from worker over channels
    nazar-pc committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    c0dafa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Replace netstring with simple prefix-based binary format for data sen…

    …t to worker over channels, unify channel and payload channel message handling
    nazar-pc committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    bd5216f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df3111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5d2578 View commit details
    Browse the repository at this point in the history
  4. Refactor TypeScript's message reading to be similar to C++, thus avoi…

    …ding large numbers of memory re-allocations
    nazar-pc committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4cf7055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5a4a69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1888b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Address review comments

    nazar-pc committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    0d36254 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/v3' into communication-optimiz…

    …ation
    
    # Conflicts:
    #	rust/CHANGELOG.md
    nazar-pc committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    791f592 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

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