dimforge / dimforge/bevy_rapier
Investigate performance overhead
Open
A-Integration
C-Performance
D-Medium
P-Medium
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
- With https://github.com/dimforge/bevy_rapier/pull/551, we noticed significant overhead within rapier's step function, which is not visible in rapier's benchmarks.
The performance bottleneck seems to some from contacts, which should probably not appear so often and stabilize quickly. An in-depth analysis had not been done yet, but [the linked pull request ](https://github.com/dimforge/bevy_rapier/pull/551) adds useful reproduction as well as some instructions in readme.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.