Problem I was wondering what would be the efficient way to determine the value of a position on an array […]
Tag: vectorization
Optimization of multiple arrays for filtering
Problem My app will be running on an iPad with A7. I pass in 3 JSON arrays and right now […]
Vectorization, 7-bit encoding
Problem I was curious how vectorization works and how to write suck code. To start simple I choose 7-bit encoding […]