Closure Performance Tests - Vector Array Math

User-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

These tests compare various methods of performing vector operations on arrays of vectors.

Test Description Runs Results (ms)
Average Median Std Dev Minimum Maximum
Add vectors using offsets311112
Add vectors with optional offsets (requires branch)322112
Add vectors using an array of Vec4s (Float32Arrays of length 4)333134
Add vectors using tmps322022
Add vectors using an array of Objects (with implicit hash lookups for the x,y,z,w components)322022
Add vectors using Float32Array.subarray()3202012021