Skip to content

Improve PlaceIndex to avoid redundant work#264

Merged
brawer merged 1 commit into
mainfrom
place-index-without-races
May 24, 2026
Merged

Improve PlaceIndex to avoid redundant work#264
brawer merged 1 commit into
mainfrom
place-index-without-races

Conversation

@brawer
Copy link
Copy Markdown
Collaborator

@brawer brawer commented May 24, 2026

Before this change, multiple threads would redundantly decode the same Parquet row group when working on roughly the same geographic region. After this change, the work is only done once.

Before this change, multiple threads would redundantly decode the
same Parquet row group when working on roughly the same geographic
region. After this change, the work is only done once.
@brawer brawer enabled auto-merge (squash) May 24, 2026 18:52
@brawer brawer merged commit 3821e5e into main May 24, 2026
4 checks passed
@brawer brawer deleted the place-index-without-races branch May 24, 2026 18:55
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 26369837942

Coverage increased (+0.4%) to 93.922%

Details

  • Coverage increased (+0.4%) from the base build.
  • Patch coverage: 19 uncovered changes across 2 files (205 of 224 lines covered, 91.52%).
  • No coverage regressions found.

Uncovered Changes

File Changed Covered %
src/diff_places.rs 24 10 41.67%
src/places/place_index.rs 200 195 97.5%

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 3521
Covered Lines: 3307
Line Coverage: 93.92%
Coverage Strength: 223.09 hits per line

💛 - Coveralls

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