wave4-ijobparallelfor-array-transform

Community

Boost NativeArray transforms with Burst jobs

AuthordyCuong03
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It speeds up large, non-entity NativeArray transformations by running independent per-index work in parallel instead of processing everything on a single thread.

Core Features & Use Cases

  • Parallel index transforms for raw NativeArrays: Use IJobParallelFor to distribute index ranges across worker threads.
  • Burst-friendly math loops: Structure loops so Burst can optimize simple arithmetic and SIMD-friendly operations.
  • Safety and performance guardrails: Avoid cross-index writes and choose a sensible batchSize to reduce overhead.

Quick Start

Implement an IJobParallelFor that reads and writes only Values[index], then schedule it with a starting batchSize of 64 and profile to confirm speedup on large (>~1000) arrays.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: wave4-ijobparallelfor-array-transform
Download link: https://github.com/dyCuong03/unity-agent-team/archive/main.zip#wave4-ijobparallelfor-array-transform

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.