-
Notifications
You must be signed in to change notification settings - Fork 704
feat(streaming): remote channel building for mv on mv #352
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
Conversation
rust/meta/src/stream/fragmenter.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the difference between Graph and StreamGraph? Can you combine them? C.C @yezizp2012
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll refine fragmenter code after channel building is okay. It's kind of mess now.
96c331c to
56d46c0
Compare
Codecov Report
@@ Coverage Diff @@
## main #352 +/- ##
============================================
- Coverage 74.25% 74.17% -0.08%
Complexity 2681 2681
============================================
Files 863 864 +1
Lines 48880 49114 +234
Branches 1591 1591
============================================
+ Hits 36295 36430 +135
- Misses 11772 11871 +99
Partials 813 813
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
wyhyhyhyh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LSTM if it works.
Need to refactor some messy implementation later.
What's changed and what's your intention?
Changes:
StreamGraphwalk through to fragmenter.Current state:
TODO(in other prs):
Checklist
Refer to a related PR or issue link (optional)
#324
#312