Files
test/source/blender
Jacques Lucke b8bd304bd4 Geometry Nodes: speedup Separate XYZ node
This speeds up the node ~20% in common cases, e.g. when only the
X axis is used. The main optimization comes from not writing to memory
that's not used afterwards anymore anyway.

The "optimal code" for just extracting the x axis in a separate loop was
not faster for me. That indicates that the node is bottlenecked by
memory bandwidth, which seems reasonable.
2022-06-18 13:41:08 +02:00
..
2022-06-17 19:18:47 +02:00
2022-06-17 10:31:48 -07:00
2022-06-17 07:33:06 +10:00
2022-06-10 10:29:35 +02:00
2022-03-16 11:58:22 +11:00
2022-06-17 07:33:06 +10:00
2022-06-17 19:18:47 +02:00
2022-06-13 13:17:32 +02:00
2022-06-17 07:33:06 +10:00
2022-05-17 15:34:02 +10:00