Conversation
|
pkg.pr.new packages benchmark commit |
Bundle size comparison (
|
| 🟢 Decreased | ➖ Unchanged | 🔴 Increased | ❔ Unknown |
|---|---|---|---|
| 0 | 325 | 0 | 0 |
No notable changes.
If you wish to run a comparison for other, slower bundlers, run the 'Tree-shake test' from the GitHub Actions menu.
Resolution Time Benchmark---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Random Branching (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [1.02, 2.04, 4.36, 6.91, 7.61, 11.42, 24.54, 25.60]
line [1.01, 2.11, 4.60, 6.44, 7.75, 11.12, 25.93, 25.43]
line [1.03, 1.99, 4.40, 6.63, 7.61, 12.45, 24.18, 27.64]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Linear Recursion (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.33, 0.49, 0.69, 0.84, 1.10, 1.26, 1.48, 1.64]
line [0.31, 0.55, 0.69, 0.82, 1.15, 1.20, 1.43, 1.58]
line [0.28, 0.54, 0.76, 0.84, 1.15, 1.25, 1.43, 1.58]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Full Tree (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.97, 2.37, 3.89, 7.54, 12.65, 26.39, 57.77, 115.96]
line [0.83, 2.19, 3.66, 6.96, 12.67, 26.70, 57.06, 116.80]
line [0.86, 2.37, 3.72, 7.49, 12.72, 26.79, 56.28, 114.82]
|
reczkok
force-pushed
the
feat/geometry-meshes
branch
from
September 8, 2026 04:10
4af9244 to
b452155
Compare
Contributor
|
Please take a look at my (almost finished) branch, if you would like to incorporate any of it, or steal techniques https://github.com/deluksic/TypeGPU/tree/de/geometry-spheres (it is more than spheres) |
reczkok
force-pushed
the
feat/geometry-meshes
branch
from
September 9, 2026 14:48
b452155 to
434811e
Compare
reczkok
removed this pull request from stack #2999
September 9, 2026 14:49
reczkok
added this pull request to stack #3015
September 9, 2026 14:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
meshesto@typegpu/geometry. Geometry is a vertex schema +vertexAt(and optionallyindexAt), so primitives and transformations compose before anything needs a bufferInteractive cloth example and docs will follow in separate PRs