Parsing JSON Objects Without Intermediate ASTs in Haskell (arthi-chaud.github.io) 1 points by fanf2 1d ago ↗ HN
[–] internet_points 23h ago ↗ interesting!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?
1 comment
[ 0.26 ms ] story [ 7.6 ms ] threadThere'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?