hw-json-standard-cursor: Memory efficient JSON parser

[ bsd3, data, library, program ] [ Propose Tags ]

Memory efficient JSON parser. Please see README.md


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
bmi2

Enable bmi2 instruction set

Disabled
sse42

Enable sse4.2 instruction set

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.2.3.2
Dependencies array (>=0.5 && <0.6), base (>=4 && <5), bits-extra (>=0.0.1.3 && <0.1), bytestring (>=0.10.6 && <0.11), generic-lens (>=1.1.0.0 && <1.2), hw-balancedparens (>=0.3.0.0 && <0.4), hw-bits (>=0.7.0.5 && <0.8), hw-json-simd (>=0.1.0.2 && <0.2), hw-json-standard-cursor, hw-prim (>=0.6.2.28 && <0.7), hw-rankselect (>=0.13 && <0.14), hw-rankselect-base (>=0.3.2.1 && <0.4), lens (>=4 && <5), mmap (>=0.5 && <0.6), optparse-applicative (>=0.14 && <0.15), semigroups (>=0.16 && <0.19), text (>=1.2 && <1.3), vector (>=0.12 && <0.13), word8 (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright 2016 - 2019 John Ky
Author John Ky
Maintainer newhoggy@gmail.com
Category Data
Home page http://github.com/haskell-works/hw-json-standard-cursor#readme
Bug tracker https://github.com/haskell-works/hw-json-standard-cursor/issues
Source repo head: git clone https://github.com/haskell-works/hw-json-standard-cursor
Uploaded by haskellworks at 2019-07-05T07:55:36Z
Distributions
Reverse Dependencies 3 direct, 5 indirect [details]
Executables hw-json-standard-cursor
Downloads 4436 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-05 [all 1 reports]

Readme for hw-json-standard-cursor-0.2.0.0

[back to package description]

hw-json-standard-cursor

master

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

Special mentions