Conversation
reczkok
force-pushed
the
docs/geometry
branch
from
September 8, 2026 02:47
e69e63f to
bdc9342
Compare
|
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.03, 2.04, 4.38, 6.99, 8.69, 12.63, 24.51, 25.73]
line [0.98, 1.94, 4.37, 7.07, 7.47, 12.93, 24.61, 26.20]
line [0.99, 2.03, 4.12, 6.77, 8.41, 10.85, 24.47, 24.76]
---
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.32, 0.58, 0.75, 0.89, 1.19, 1.24, 1.45, 1.62]
line [0.28, 0.48, 0.69, 0.83, 1.13, 1.24, 1.43, 1.56]
line [0.30, 0.53, 0.75, 0.85, 1.21, 1.24, 1.42, 1.59]
---
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.86, 2.20, 4.21, 8.00, 12.89, 27.68, 59.20, 118.98]
line [0.90, 2.25, 3.59, 7.48, 13.17, 27.79, 56.86, 114.25]
line [0.93, 2.29, 3.59, 7.48, 12.91, 27.93, 56.92, 117.80]
|
reczkok
force-pushed
the
docs/geometry
branch
from
September 8, 2026 04:10
bdc9342 to
931f6a3
Compare
reczkok
force-pushed
the
docs/geometry
branch
from
September 9, 2026 14:48
931f6a3 to
24626f1
Compare
reczkok
removed this pull request from stack #2999
September 9, 2026 14:49
reczkok
changed the base branch from
feat/geometry-meshes
to
feat/geometry-patches
September 9, 2026 14:50
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 a guide for
@typegpu/geometry, covering mesh creation, composition and the different ways to evaluate and update geometryStacks on #3014