Skip to content

feat: add xiter sub-packages and update project direction - Add xiter/io: lazy I/O (Lines, ReadDir, ReadFileByChunk) - Add xiter/stream: concurrent processing (ParallelMap, FanIn, Batch) - Add xiter/rt: time-based sequences (Ticker, Throttle, Debounce) - Add xiter/collect: grouping and windowing (GroupBy, SortedGroupBy, Window) - Add xiter/combin: combinatorial generators (Combinations, Permutations, Product) - Update README with project philosophy: lazy Seq as core direction#18

Open
dashjay wants to merge 3 commits into
mainfrom
new-imp

Conversation

@dashjay
Copy link
Copy Markdown
Owner

@dashjay dashjay commented May 2, 2026

No description provided.

dashjay added 3 commits May 2, 2026 09:05
- Add xiter/io: lazy I/O (Lines, ReadDir, ReadFileByChunk)
- Add xiter/stream: concurrent processing (ParallelMap, FanIn, Batch)
- Add xiter/rt: time-based sequences (Ticker, Throttle, Debounce)
- Add xiter/collect: grouping and windowing (GroupBy, SortedGroupBy, Window)
- Add xiter/combin: combinatorial generators (Combinations, Permutations, Product)
- Update README with project philosophy: lazy Seq as core direction
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

❌ Patch coverage is 94.36275% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.46%. Comparing base (a6d3af5) to head (32ee112).

Files with missing lines Patch % Lines
xiter/rt/rt.go 85.96% 8 Missing ⚠️
xiter/collect/collect.go 89.47% 2 Missing and 2 partials ⚠️
xiter/stream/stream.go 94.28% 3 Missing and 1 partial ⚠️
xiter/xiter.go 93.10% 2 Missing and 2 partials ⚠️
xiter/combin/combin.go 97.64% 1 Missing and 1 partial ⚠️
xstl/lockedmap/locked_map.go 98.57% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   98.38%   97.46%   -0.93%     
==========================================
  Files          15       21       +6     
  Lines        1366     1774     +408     
==========================================
+ Hits         1344     1729     +385     
- Misses         12       29      +17     
- Partials       10       16       +6     

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant