3 points | by fanf2 3 hours ago
1 comments
There's a library hw-json that uses succinct data structures and seems to have about half the memory usage of Aeson: https://github.com/haskell-works/hw-json#parsing-large-json-... How does your approach compare?
There's a library hw-json that uses succinct data structures and seems to have about half the memory usage of Aeson: https://github.com/haskell-works/hw-json#parsing-large-json-... How does your approach compare?