Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Refactor segment prefetching#2714

Open
gatesn wants to merge93 commits intodevelop
base:develop
Choose a base branch
Loading
fromngates/prefetching
Open

Conversation

gatesn
Copy link
Contributor

This is a very early draft, but it refactors layout readers such that the DAG of futures is eagerly constructed, and then as each row range completes the futures are decref'd and eventually dropped.

This can give any sufficiently advanced SegmentReader full visibility into creation (prefetch), polling (actually required), and drop (no longer needed).

I need to decide a few things:

  • Whether to unwrap the MaskFuture to not be shared everwhere unless necessary.
  • More things?

@gatesngatesn changed the title[wip] Refactor segment prefetchingRefactor segment prefetchingMar 27, 2025
@gatesngatesn marked this pull request as ready for reviewMarch 27, 2025 11:08
@gatesngatesnenabled auto-merge (squash)March 27, 2025 11:12
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@gatesn

[8]ページ先頭

©2009-2025 Movatter.jp