Files
test2/source/blender/blenkernel
Jacques Lucke b92443e1d9 Geometry Nodes: optimize single value access in NodeSocketValue
The goal is to get rid of some constant overhead to avoid the small regression mentioned in https://projects.blender.org/blender/blender/pulls/116231#issuecomment-1086124.

Now it is possible to get more direct access to single values stored in `NodeSocketValue`.

Benchmark using the `many_math_nodes` file:
```
version          3.3      3.6      4.0      patch    main
many_math_nodes  0.5352s  0.0606s  0.0293s  0.0292s  0.0304s
```

Pull Request: https://projects.blender.org/blender/blender/pulls/117309
2024-01-21 13:22:16 +01:00
..
2024-01-15 12:44:14 -05:00
2024-01-03 13:38:14 +01:00
2023-12-01 10:29:59 -08:00
2024-01-03 13:38:14 +01:00
2023-07-04 17:03:02 +02:00
2024-01-15 12:44:14 -05:00
2023-11-27 09:30:52 +11:00
2024-01-19 12:08:48 -05:00
2024-01-15 12:44:14 -05:00
2024-01-12 14:30:34 +01:00
2023-08-18 08:56:12 +10:00
2024-01-15 12:44:14 -05:00
2023-08-30 22:36:36 +02:00
2024-01-11 11:01:50 -05:00