Skip to content

Commit

Permalink
Speedup Query Phase Merging
Browse files Browse the repository at this point in the history
Reducing contention and context switching in merging for the query phase
by avoiding respining the merge task repeatedly, removing things that
don't need synchronization from the synchronized blocks and merging
repeated loops over the same query result arrays.
  • Loading branch information
original-brownbear committed Sep 22, 2024
1 parent 3d1d495 commit 06dad49
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 222 deletions.
Loading

0 comments on commit 06dad49

Please sign in to comment.