-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(bufferCount): will behave as expected when startBufferEvery
is …
#2076
Conversation
Worth noting, performance improves here as well: This branch:
master:
|
haha... @jayphelps oops. |
…less than `bufferSize` - fixed issue where internal `buffers` store was keeping an additional buffer for no good reason - improved logic and performance around updating internal `buffers` list - adds a test to ensure proper behavior fixes #2062
Also, I checked |
Changes Unknown when pulling eb11bb8 on blesh:bufferCount-fix into * on ReactiveX:master*. |
FYI: I think the coverage zero tolerance is getting us here with an unfortunate mathematical jump. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
…greater than
bufferSize
buffers
store was keeping an additional buffer for no good reasonbuffers
listfixes #2062