I am the new maintainer of the binary library. As such, I am thinking about changing the Binary Double and Binary Float instances. They currently use decodeFloat and encodeFloat, which IMHO is just completely insane. A better way would be to use the raw data instead, which would both be faster and consume less memory. Another problem with the current approach is that it doesn’t…