issues
search
KrisKennaway
/
ii-pix
Convert images to Apple II graphics formats
BSD 2-Clause "Simplified" License
36
stars
0
forks
source link
Optimize dither_dhr.dither_image performance by about 2x
#12
Closed
KrisKennaway
closed
1 year ago
KrisKennaway
commented
1 year ago
avoid passing around a float[::1] memoryview across function barriers, this seems to require reference counting which has a large overhead
inline some functions
C division