@hackage hw-json-simple-cursor0.1.1.1
Memory efficient JSON parser
Categories
License
BSD-3-Clause
Maintainer
newhoggy@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (9)
- base >=4.11 && <5
- bytestring >=0.10.6 && <0.13
- hw-balancedparens >=0.3.0.0 && <0.5
- hw-bits >=0.7.0.5 && <0.8
- hw-prim >=0.6.2.28 && <0.7
- hw-rankselect >=0.13 && <0.14 Show all…
Dependents (2)
@hackage/hw-all, @hackage/hw-json
Package Flags
bmi2
(off by default)
Enable bmi2 instruction set
sse42
(off by default)
Enable sse4.2 instruction set
hw-json-simple-cursor
hw-json-simple-cursor is support library for hw-json, a succinct JSON parsing library.
It uses succinct data-structures to allow traversal of large JSON strings with minimal memory overhead.
For more information see hw-json.
References
- Semi-Indexing Semi-Structured Data in Tiny Space
- Succinct Data Structures talk by Edward Kmett
- Typed Tagless Final Interpreters