Performance

Use when optimizing a hot path in @adobe/data — especially when an interface (Column, TypedBuffer, ManagedArray, etc.) has many concrete instances created from closure-returning factories and is dispatched from a tight per-row loop. Provides the closure→class refactor pattern, the V8 hidden-class reasoning behind it, accept/reject criteria, and the discipline that keeps the public API closure-free even when implementations are class-based.

Adobe 24ffaf7 6.6 KB Updated 142 repo stars

File contents

adobe/data/tree/main/.claude/skills/performance commit 24ffaf7a2d

Frequently asked questions

npx skillmds@latest add adobe/performance