Skip to content

feat: Adds a simple parallel processor#108

Draft
ItsAnJonth wants to merge 1 commit intostride3d:mainfrom
ItsAnJonth:generic_parallel_processor
Draft

feat: Adds a simple parallel processor#108
ItsAnJonth wants to merge 1 commit intostride3d:mainfrom
ItsAnJonth:generic_parallel_processor

Conversation

@ItsAnJonth
Copy link

Adds a simple ParallelProcessor EntityProcessor which, on Update, processes every registered IParallelComponent in parallel using the Dispatcher.

Also includes a before and after update hook to allow for any sequential processing that might want to be performed manually before or afterwards.

This is probably too simplistic to be of much use, but hey, maybe this will turn into a mini-project of its own?

Adds a simple ParallelProcessor EntityProcessor which, on Update, processes every registered IParallelComponent in parallel using the Dispatcher.
Also includes a before and after update hook to allow for any sequential processing that might want to be performed manually before or afterwards.
@ItsAnJonth ItsAnJonth force-pushed the generic_parallel_processor branch from fa78e5a to 0de0323 Compare February 17, 2024 22:04
@VaclavElias VaclavElias changed the title Adds a simple parallel processor feat: Adds a simple parallel processor Mar 8, 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.

1 participant