Andavin / Images

A custom image loading plugin for Spigot.
72 stars 33 forks source link

Use a faster method #79

Open masmc05 opened 7 months ago

masmc05 commented 7 months ago

On pufferfish, imageToBytes is optimized and uses SIMD to process images faster, on 7950X processing an image 16 times faster.

Please use it instead of emulating it and using matchColor directly here https://github.com/Andavin/Images/blob/97725542224f5867afa4f83a408ae485d662cd07/Images-v1_20_R3/src/main/java/com/andavin/images/v1_20_R3/MapHelper.java#L125