Benchmarking shows that the cereal
library takes 100x longer to deserialize a data structure of mine (detailed below) than it takes to read the same data off the dr
Ok. To answer this with the summary of the advice. For fast deserialization of data:
cereal
(strict bytestring output) or binary
(lazy bytetring output)