ScanMountGoat / image_dds

Convert images to and from compressed DDS formats
MIT License
7 stars 2 forks source link

Optimize bcdec_rs to match original C performance #13

Closed ScanMountGoat closed 4 months ago

ScanMountGoat commented 4 months ago

bcdec is one of the faster decoding libraries, so this is worth looking into. This shouldn't have any impact on the public API.

ScanMountGoat commented 4 months ago

Performance on the latest release is now nearly identical to the original C. This can always be optimized further without making any breaking changes.