Files
test2/source/blender
Hans Goudey c709b59539 Refactor: Use blender::Map for screen context lookup
This moves from `GHash` to the type-safe and better-performing `Map`.
It uses the construct on first use idiom to simplify creation and freeing
of the map, removing the need to register an at-exit callback.

The change was initially motivated by seeing the hash lookups in a profile
of drawing a large node tree. Though my testing wasn't exactly scientific,
I did observe a few percent performance improvement with this change.

Pull Request: https://projects.blender.org/blender/blender/pulls/129954
2024-11-11 16:29:20 +01:00
..
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2024-11-11 12:18:32 +01:00
2024-10-23 13:14:37 +11:00
2024-11-05 16:44:16 +01:00
2024-11-09 13:19:29 -08:00
2024-10-04 11:33:21 +02:00