Files
test/source/blender
Christoph Lendenfeld 08de3fa0b6 Anim: extract constant variables out of sorting loop
No functional changes expected.

This PR extracts the `IndexRange` of the `BeztMap` span and its `size()` call out
of the sorting loop. Doing this removes one `if` condition within the loop and gives a
small performance boost.
(Before: 0.93ms, After: 0.65ms average run of `sort_time_beztmaps`)

Pull Request: https://projects.blender.org/blender/blender/pulls/121267
2024-04-30 15:14:49 +02:00
..
2024-04-29 12:37:51 +02:00
2024-04-29 22:21:24 +02:00
2024-04-27 11:58:02 +10:00
2024-04-25 12:02:14 +10:00