From ba5c1711c70f1fb4394a67ff8c9f394d117cc317 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 11 Dec 2021 11:22:41 -0500 Subject: [PATCH] Add a Haskell implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37896e9a..36a20b9f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ a simple wrapper to benchmark stbi, libpng and qoi - https://github.com/zakarumych/rapid-qoi (Rust) - https://github.com/xfmoulet/qoi (Go) - https://github.com/panzi/jsqoi (TypeScript) +- https://github.com/0xd34df00d/hsqoi (Haskell) - https://github.com/pfusik/qoi-ci (Ć) - https://github.com/kodonnell/qoi (Python) - https://github.com/NUlliiON/QoiSharp (C#)