Skip to content

#30 make output sorted by timestamp#31

Merged
gintsgints merged 2 commits into
mainfrom
#30
Jun 24, 2026
Merged

#30 make output sorted by timestamp#31
gintsgints merged 2 commits into
mainfrom
#30

Conversation

@gintsgints

Copy link
Copy Markdown
Collaborator

No description provided.

@gintsgints gintsgints self-assigned this Jun 14, 2026
@gintsgints gintsgints requested a review from kmoppel June 14, 2026 16:01
@kmoppel

kmoppel commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Looks good from the functional side @gintsgints, thanks for looking into the project again! The only thing I'm thinking about is maybe we shouldn't perform sort at all (as could get costly for large rowcounts) - but rather use a different angle - some more deterministic parallelism. Meaning we for example hand out X amount row batches to threads and then later collect output in the same order from threads / workers. But this of course is a biggre change so OK from my side currently

@gintsgints gintsgints merged commit 1e65100 into main Jun 24, 2026
4 checks passed
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.

2 participants