Skip to content

Conversation

@wks
Copy link
Collaborator

@wks wks commented Jul 18, 2025

This PR introduces parallel concurrent set processing similar to that of st_table. It makes the processing of fstring table parallel again.

wks added 2 commits July 18, 2025 15:59
We process concurrent sets in parallel using a similar optimization as
splitting st_table.  The algorithm is similar because a concurrent set
does not have separate bins and entries arrays.
Move the code to dedicated modules to improve readability.  Also renamed
USDT names for consistency.
@wks wks force-pushed the feature/concurrent-set-parallel branch from 7687036 to 14c8c97 Compare July 18, 2025 08:01
@wks wks merged commit 14c8c97 into mmtk:master Jul 18, 2025
8 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.

1 participant