Files
test/source/blender/blenkernel
Hans Goudey 7d7e90ca68 UI: Use vector instead of linked lists for context store
Duplicating context lists took a measurable amount of time when drawing
large node trees in the node editor. Instead of using a linked list of
entries, which results in many small allocations, use a vector. Also,
use std::string and StringRefNull instead of char buffers and pointers.
2022-12-18 19:13:15 -06:00
..
2022-02-11 10:28:59 +01:00
2022-11-01 12:24:58 +11:00
2022-02-11 09:14:36 +11:00
2022-11-12 12:14:09 -06:00
2022-05-06 13:33:23 +02:00
2022-11-12 18:33:31 +01:00
2022-11-16 17:54:51 -06:00
2022-06-03 15:08:11 +10:00
2022-09-15 19:13:13 +02:00
2022-09-16 18:14:33 +10:00
2022-10-05 13:48:01 -05:00
2022-10-19 12:52:55 +11:00
2022-02-11 09:14:36 +11:00
2022-09-21 12:00:01 +10:00
2022-09-16 18:14:33 +10:00
2022-10-05 13:48:01 -05:00
2022-10-06 10:49:24 -05:00
2022-12-15 09:37:02 +11:00
2022-10-06 10:49:24 -05:00
2022-08-30 16:22:49 +10:00
2022-12-18 14:40:30 -06:00