gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
535 stars 124 forks source link

Optional simd-json decoding #415

Open james7132 opened 8 months ago

james7132 commented 8 months ago

Not sure how much of the time spent loading GLTF files is in the JSON parsing, but supporting an optional simd-json feature for minimizing CPU-time while deserializing would be nice.