Skip to content

Upsert: Use BTreeMap to avoid sorting - #615

Merged
frankmcsherry merged 1 commit into
TimelyDataflow:masterfrom
frankmcsherry:upsert_btree
Jun 25, 2025
Merged

Upsert: Use BTreeMap to avoid sorting#615
frankmcsherry merged 1 commit into
TimelyDataflow:masterfrom
frankmcsherry:upsert_btree

Conversation

@frankmcsherry

Copy link
Copy Markdown
Member

Our upsert operator uses a hash map and then sorts in a vector. We can use a btree map instead, to avoid the sorting.

@frankmcsherry
frankmcsherry merged commit 8ab6a09 into TimelyDataflow:master Jun 25, 2025
5 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 25, 2025
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