Hacker News new | ask | show | jobs
by jjcm 2 hours ago
Neat. I tested it and here were my results:

ffmpeg conversion: 1,515 bytes, 0.05s

zgif conversion: 1,479 bytes, 90.1s

I used cursor to port it to rust as well, and it got the conversion time down to 20s. Still likely not worth it as even with the rust port it's a 400x increase in processing time (that scales exponentially) for a ~2% decrease in size.