draco icon indicating copy to clipboard operation
draco copied to clipboard

Decompression Performace Improvement

Open liaocheng opened this issue 4 years ago • 2 comments

I made a benchmark on PC platform. It turns out that the draco decompression time is closed to lzma on the same mesh. Is it possition to improve the decompression through SIMD or any other method?

liaocheng avatar May 09 '20 03:05 liaocheng

image Here is the benchmark result. Draco's compress ratio is very high. It would be great if the decompress performance cound be improved.

liaocheng avatar May 11 '20 01:05 liaocheng

SIMD could potentially help decoding performance. Best potential optimizations would probably be normals or texture coordinates.

We don't have any plans to try and optimize the decoder using SIMD.

FrankGalligan avatar Oct 06 '20 03:10 FrankGalligan