Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise real-time compilation #388

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

csansoon
Copy link
Contributor

@csansoon csansoon commented Oct 10, 2024

Changes made:

  • readMetadata won't be executed while another metadata is still being calculated.
  • Added a debounce of 500ms to readMetadata execution.

This does NOT optimize the execution of readMetadata, reduces how often it’s run and removes unnecesary parallel executions.

geclos
geclos previously approved these changes Oct 10, 2024
andresgutgon
andresgutgon previously approved these changes Oct 10, 2024
@csansoon csansoon dismissed stale reviews from andresgutgon and geclos via 3f75b8b October 10, 2024 09:21
@csansoon csansoon force-pushed the optimise-real-time-compilation branch from 5d8e061 to 3f75b8b Compare October 10, 2024 09:21
@csansoon csansoon merged commit d5a7ab8 into main Oct 10, 2024
4 checks passed
@csansoon csansoon deleted the optimise-real-time-compilation branch October 10, 2024 09:27
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants