Open masmc05 opened 9 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
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