Building My Own Image Engine 'HakoNyans': I Beat PNG, but WebP is a Wall
Source: Dev.to
The Milestone: Beating PNG
I’m happy to report that HakoNyans has officially surpassed PNG. Getting the architecture and logic right to beat such a classic, widely‑used format was a huge milestone for this project.
The Current Struggle: The WebP Wall
My next target is WebP, and it’s proving to be a formidable opponent.
Current performance against WebP
- Processing speed: ~20 % slower
- Compression ratio: ~20 % larger files
Closing this gap in both speed and size is my current obsession.
Let’s Discuss!
I’m continually pushing the limits of my algorithms and would love to hear from the community.
- Has anyone else tried building an image codec or data‑compression engine from scratch?
- What optimization techniques or mental models helped you break through performance plateaus?
Any advice, feedback, or shared experiences would be greatly appreciated. I’ll keep pushing HakoNyans forward!