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

burst queries and calculating velocities #1059

Closed

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.

@daleeidd daleeidd changed the base branch from master to experimental September 16, 2022 05:03
@daleeidd daleeidd changed the base branch from experimental to master February 1, 2024 15:47
@daleeidd daleeidd changed the base branch from master to experimental February 1, 2024 15:48
daleeidd 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>
@daleeidd daleeidd mentioned this pull request Feb 2, 2024
@daleeidd
Copy link
Collaborator

daleeidd commented Feb 2, 2024

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

@daleeidd daleeidd closed this Feb 2, 2024
daleeidd 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>
daleeidd 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.

None yet

2 participants