-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for acc453f - Browse repository at this point
Copy the full SHA acc453fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd25e1 - Browse repository at this point
Copy the full SHA 0bd25e1View commit details -
Replace netstring with simple prefix-based binary format for data sen…
…t from worker over channels
Configuration menu - View commit details
-
Copy full SHA for c0dafa7 - Browse repository at this point
Copy the full SHA c0dafa7View commit details
Commits on Aug 25, 2021
-
Replace netstring with simple prefix-based binary format for data sen…
…t to worker over channels, unify channel and payload channel message handling
Configuration menu - View commit details
-
Copy full SHA for bd5216f - Browse repository at this point
Copy the full SHA bd5216fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df3111 - Browse repository at this point
Copy the full SHA 3df3111View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d2578 - Browse repository at this point
Copy the full SHA d5d2578View commit details -
Refactor TypeScript's message reading to be similar to C++, thus avoi…
…ding large numbers of memory re-allocations
Configuration menu - View commit details
-
Copy full SHA for 4cf7055 - Browse repository at this point
Copy the full SHA 4cf7055View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a4a69 - Browse repository at this point
Copy the full SHA d5a4a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1888b3 - Browse repository at this point
Copy the full SHA f1888b3View commit details
Commits on Sep 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d36254 - Browse repository at this point
Copy the full SHA 0d36254View commit details -
Merge remote-tracking branch 'upstream/v3' into communication-optimiz…
…ation # Conflicts: # rust/CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 791f592 - Browse repository at this point
Copy the full SHA 791f592View commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3613f7e - Browse repository at this point
Copy the full SHA 3613f7eView commit details