Skip to content

4.x: Streamable ~ take native implementation#8226

Merged
akarnokd merged 2 commits into
ReactiveX:4.xfrom
akarnokd:4xStreamableOperators4
Jul 9, 2026
Merged

4.x: Streamable ~ take native implementation#8226
akarnokd merged 2 commits into
ReactiveX:4.xfrom
akarnokd:4xStreamableOperators4

Conversation

@akarnokd

@akarnokd akarnokd commented Jul 9, 2026

Copy link
Copy Markdown
Member

Reimplement the take operator as native pull-pull for efficiency and control.

The original implementation was mainly to verify transform can do it, but it introduced a pull-to-push-to-pull step via a scheduler to drive it unnecessarily.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.992 bits/char
Verdict: ⚠️ Consider review — entropy outside sweet spot

Changed files entropy:

README.md: 4.992

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.71%. Comparing base (24e05e9) to head (b7026f2).

Additional details and impacted files
@@             Coverage Diff              @@
##                4.x    #8226      +/-   ##
============================================
+ Coverage     98.69%   98.71%   +0.02%     
- Complexity     7095     7097       +2     
============================================
  Files           813      814       +1     
  Lines         50017    50026       +9     
  Branches       6764     6764              
============================================
+ Hits          49362    49385      +23     
+ Misses          452      447       -5     
+ Partials        203      194       -9     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akarnokd akarnokd merged commit 7e8b750 into ReactiveX:4.x Jul 9, 2026
6 checks passed
@akarnokd akarnokd deleted the 4xStreamableOperators4 branch July 9, 2026 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant