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

Optimized TriangleSplitterBinning #1334

Merged
merged 4 commits into from
Nov 9, 2024
Merged

Optimized TriangleSplitterBinning #1334

merged 4 commits into from
Nov 9, 2024

Conversation

jrouwe
Copy link
Owner

@jrouwe jrouwe commented Nov 9, 2024

No description provided.

Ono-Sendai and others added 2 commits November 9, 2024 15:29
…to bins on all 3 dimensions, as each triangle is processed.

Not thoroughly tested for correctness.

Results, for a mesh with 152350 tris:

Before optimisations
---------------------
createJoltShapeForBatchedMesh took 0.1297 s, num_allocs: 64, min time so far: 109.7628 ms

With optimisations
-------------------
createJoltShapeForBatchedMesh took 0.0872 s, num_allocs: 64, min time so far: 85.4597 ms
@jrouwe jrouwe changed the title Feature/optimize binning Optimized TriangleSplitterBinning Nov 9, 2024
Copy link

sonarcloud bot commented Nov 9, 2024

@jrouwe jrouwe merged commit 354f149 into master Nov 9, 2024
68 checks passed
@jrouwe jrouwe deleted the feature/optimize_binning branch November 9, 2024 19:49
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