Skip to content

feat: parallel incremental BVH + alternative sweep toi implementation - #434

Merged
sebcrozet merged 12 commits into
masterfrom
optimizations
Aug 2, 2026
Merged

feat: parallel incremental BVH + alternative sweep toi implementation#434
sebcrozet merged 12 commits into
masterfrom
optimizations

Conversation

@sebcrozet

@sebcrozet sebcrozet commented Aug 2, 2026

Copy link
Copy Markdown
Member
  • Implement a parallel version of the incremental BVH updates (got some help from Claude code to fix potential unsoundness/aliasing issues in the parallel code).
  • Implement box2d-style Time-of-Impact calculation.
  • Always keep 4-lanes simd enabled (with automatic scalar fallback on unsupported platforms).
  • Add supports for optional 8-lanes SIMD (mostly used in rapier, but most of the common simd declarations live in parry).

@sebcrozet
sebcrozet merged commit 6b5ef77 into master Aug 2, 2026
9 checks passed
@sebcrozet
sebcrozet deleted the optimizations branch August 2, 2026 15:24
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