Skills/ADOBE/DATAadobe/data1 skill · 1 installs · 12 stars · GitHubInstallnpx skills add https://github.com/adobe/dataCopySkills in this repo1PerformanceThis skill is a performance-tuning recipe for the @adobe/data TypeScript library. It shows how to refactor closure-returning factories (Column, TypedBuffer, ManagedArray) into classes so V8's inline cache stays monomorphic and methods inline at hot per-row call sites. Developers reach for it when a tight loop dispatches through many object instances and profiling shows the closure shape is the bottleneck. It also sets strict benchmark thresholds so changes are only kept when the measured win is real.1installs