Skip to content
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

Readthru #64

Merged
merged 5 commits into from May 22, 2022
Merged

Readthru #64

merged 5 commits into from May 22, 2022

Conversation

zix99
Copy link
Owner

@zix99 zix99 commented May 21, 2022

Introduce immediate-readahead, providing more immediate results at similar performance to readahead, and with the same memory characteristics. Resolves #61

@netlify
Copy link

netlify bot commented May 21, 2022

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit 6a390d8
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/62899edd5607f70009b59e3a
😎 Deploy Preview https://deploy-preview-64--raredocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2022

Codecov Report

Merging #64 (6a390d8) into master (36dd9dd) will increase coverage by 0.07%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   82.60%   82.68%   +0.07%     
==========================================
  Files          74       77       +3     
  Lines        2806     2870      +64     
==========================================
+ Hits         2318     2373      +55     
- Misses        354      360       +6     
- Partials      134      137       +3     
Impacted Files Coverage Δ
cmd/helpers/extractorBuilder.go 84.87% <0.00%> (-4.51%) ⬇️
pkg/extractor/batchers/batcher.go 82.92% <33.33%> (-1.03%) ⬇️
pkg/readahead/buffered.go 91.30% <72.72%> (ø)
pkg/readahead/immediate.go 95.55% <95.55%> (ø)
pkg/readahead/util.go 100.00% <100.00%> (ø)
pkg/testutil/textGenerator.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36dd9dd...6a390d8. Read the comment docs.

pkg/readahead/util_test.go Outdated Show resolved Hide resolved
@zix99 zix99 merged commit fdbd885 into master May 22, 2022
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.

Can't change polling speed/batch options when piping output to rare
2 participants