@hackage hw-json-standard-cursor0.2.3.2
Memory efficient JSON parser
Installation
Tested Compilers
Dependencies (13)
- base >=4.11 && <5
- bytestring >=0.10.6 && <0.13
- text >=1.2 && <3
- vector >=0.12 && <0.14
- generic-lens >=2.2.0.0 && <2.3
- hw-balancedparens >=0.3.0.0 && <0.5 Show all…
Dependents (4)
@hackage/waargonaut, @hackage/hw-json-lens, @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-standard-cursor
hw-json-standard-cursor
is support library for hw-json
, a succinct JSON parsing library.
It is used to create "interest-bits" (*.ib.idx
) files and
"balanced-parenthesis" (*.bp.idx
) files. These can then be loaded by the hw-json
library to enable parsing of parts of the original JSON file without deserialising
the entire JSON file into objects in memory.
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