bevy/pipelined/bevy_gltf2
Daniel McNab f512c853d7 Faster gltf loader (re-merge of #3165) (#3189)
See #3165 and #3175

# Objective

- @superdump was having trouble with this loop in the GLTF loader.

## Solution

- Make it probably linear.
- Measured times: 
- Old: 40s, new: 200ms

I think there's still room for improvement. For example, I think making the nodes be in `Arc`s could be a significant gain, since currently there's duplication all the way down the tree.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-11-25 16:35:50 +00:00
..
src Faster gltf loader (re-merge of #3165) (#3189) 2021-11-25 16:35:50 +00:00
Cargo.toml Faster gltf loader (re-merge of #3165) (#3189) 2021-11-25 16:35:50 +00:00