junjihashimoto / sixel

Other
53 stars 1 forks source link

ghci is slow. #1

Closed junjihashimoto closed 4 years ago

junjihashimoto commented 4 years ago

Sixel data type has Show instance. When the program using it is compiled, the instance is not so slow. When we use it on ghci, it is really slow, because it is not optimized.

junjihashimoto commented 4 years ago

To not use show directly, add putSixel-function.