Skip to content

Pull shadcn components into own package, link into registry#16

Merged
SlexAxton merged 1 commit intomainfrom
alex/sync-button-3
Oct 1, 2025
Merged

Pull shadcn components into own package, link into registry#16
SlexAxton merged 1 commit intomainfrom
alex/sync-button-3

Conversation

@SlexAxton
Copy link
Copy Markdown
Contributor

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
pierrejs-diff-demo Ready Ready Preview Oct 1, 2025 4:03pm
pierrejs-docs Ready Ready Preview Oct 1, 2025 4:03pm

@SlexAxton SlexAxton merged commit f442a09 into main Oct 1, 2025
2 checks passed
@SlexAxton SlexAxton deleted the alex/sync-button-3 branch October 1, 2025 16:04
SlexAxton added a commit that referenced this pull request Mar 27, 2026
Add production-style render benchmarks for @pierre/trees and remove several full-tree costs from the fresh client-mount path. The final tree reuses cached visible IDs, trims expanded-state and callback bookkeeping, avoids rebuilding a full idToPath map, and seeds the initial virtualized window from the mount container height so the first render can paint real rows immediately.

Experiments: #4, #8, #9, #10, #11, #14, #15, #16
Metric: client_mount_ms 73.9ms → 58.3ms (-21.0%)
Related metric: construct_and_render_ms 120.3ms → 58.2ms (-51.6%)
SlexAxton added a commit that referenced this pull request Mar 27, 2026
Speed up large file-tree fresh mounts

Add production-style render benchmarks for @pierre/trees and remove several full-tree costs from the fresh client-mount path. The final tree reuses cached visible IDs, trims expanded-state and callback bookkeeping, avoids rebuilding a full idToPath map, and seeds the initial virtualized window from the mount container height so the first render can paint real rows immediately.

Experiments: #4, #8, #9, #10, #11, #14, #15, #16
Metric: client_mount_ms 73.9ms → 58.3ms (-21.0%)
Related metric: construct_and_render_ms 120.3ms → 58.2ms (-51.6%)
SlexAxton added a commit that referenced this pull request Apr 21, 2026
Improves the packages/trees file-tree profiler startup path for large pre-expanded/open trees. The change stack removes redundant prepared-input validation, represents profiler workloads with initialExpansion: 'open', slims PathStore node/storage shapes, reduces cold startup writes, tunes visible-child chunk summaries, and removes redundant FileTreeView mount/render work.

Experiments: kept runs #1, #16, #18, #24, #25, #26, #28, #36, #41, #42, #43, #44, #51, #65, #67, #68, #71, #74, #80, #82, #137, #139, #140, #142, #143, #147, #149, #153, #155, #163, #165, #171, #180, #182, #186, #196
Metric: visibleRowsReadyMs 334.8ms -> 253.8ms best (-24.2%); final kept sample 267.8ms (-20.0%).
SlexAxton added a commit that referenced this pull request Apr 22, 2026
Improves the packages/trees file-tree profiler startup path for large pre-expanded/open trees. The change stack removes redundant prepared-input validation, represents profiler workloads with initialExpansion: 'open', slims PathStore node/storage shapes, reduces cold startup writes, tunes visible-child chunk summaries, and removes redundant FileTreeView mount/render work.

Experiments: kept runs #1, #16, #18, #24, #25, #26, #28, #36, #41, #42, #43, #44, #51, #65, #67, #68, #71, #74, #80, #82, #137, #139, #140, #142, #143, #147, #149, #153, #155, #163, #165, #171, #180, #182, #186, #196
Metric: visibleRowsReadyMs 334.8ms -> 253.8ms best (-24.2%); final kept sample 267.8ms (-20.0%).
SlexAxton added a commit that referenced this pull request Apr 22, 2026
)

Optimize file-tree startup for large open trees

Improves the packages/trees file-tree profiler startup path for large pre-expanded/open trees. The change stack removes redundant prepared-input validation, represents profiler workloads with initialExpansion: 'open', slims PathStore node/storage shapes, reduces cold startup writes, tunes visible-child chunk summaries, and removes redundant FileTreeView mount/render work.

Experiments: kept runs #1, #16, #18, #24, #25, #26, #28, #36, #41, #42, #43, #44, #51, #65, #67, #68, #71, #74, #80, #82, #137, #139, #140, #142, #143, #147, #149, #153, #155, #163, #165, #171, #180, #182, #186, #196
Metric: visibleRowsReadyMs 334.8ms -> 253.8ms best (-24.2%); final kept sample 267.8ms (-20.0%).
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