Skip to content

burst queries and calculating velocities#1059

Closed
ecuzzillo wants to merge 1 commit intowave-harmonic:experimentalfrom
ecuzzillo:burstify-queries
Closed

burst queries and calculating velocities#1059
ecuzzillo wants to merge 1 commit intowave-harmonic:experimentalfrom
ecuzzillo:burstify-queries

Conversation

@ecuzzillo
Copy link

And, move many things to NativeCollections for that purpose.

In our game, in areas with several water objects, this change made Query() calls disappear from the profiler, where before they had taken 2-5ms/frame.

This only bursts the things that showed up for our particular usage, but the changes here likely enable bursting many more things for other use cases.

@magenta404 magenta404 changed the base branch from master to experimental September 16, 2022 05:03
@magenta404 magenta404 changed the base branch from experimental to master February 1, 2024 15:47
@magenta404 magenta404 changed the base branch from master to experimental February 1, 2024 15:48
magenta404 added a commit that referenced this pull request Feb 2, 2024
Takes work from #1059 and retargets it to master branch.

Changes made from that PR:
- Add scripting symbol to opt-in to Burst queries
- Keep current API as default to avoid breaking change
- Formatting
- Excluded some superfluous changes

Co-authored-by: Dale Eidd <dale@eidd.name>
@magenta404 magenta404 mentioned this pull request Feb 2, 2024
@magenta404
Copy link
Collaborator

Thank you for the PR. In the end decided to push this out to mainstream so had to change the base to the master branch (required copying work over). Closing this in favour of #1143

@magenta404 magenta404 closed this Feb 2, 2024
magenta404 added a commit that referenced this pull request Apr 5, 2024
Takes work from #1059 and retargets it to master branch.

Changes made from that PR:
- Add scripting symbol to opt-in to Burst queries
- Keep current API as default to avoid breaking change
- Formatting
- Excluded some superfluous changes

Co-authored-by: Dale Eidd <dale@eidd.name>
magenta404 added a commit that referenced this pull request May 19, 2024
Takes work from #1059 and retargets it to master branch.

Changes made from that PR:
- Add scripting symbol to opt-in to Burst queries
- Keep current API as default to avoid breaking change
- Formatting
- Excluded some superfluous changes

Co-authored-by: Dale Eidd <dale@eidd.name>
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