hw-json-simple-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.0.2, 0.1.1.0, 0.1.1.1
Dependencies base (>=4 && <5), bytestring (>=0.10.6 && <0.11), generic-lens (>=1.1.0.0 && <1.3), 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-simple-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.16), 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-simple-cursor#readme
Bug tracker https://github.com/haskell-works/hw-json-simple-cursor/issues
Source repo head: git clone https://github.com/haskell-works/hw-json-simple-cursor
Uploaded by haskellworks at 2019-10-11T04:53:12Z
Distributions
Reverse Dependencies 2 direct, 6 indirect [details]
Executables hw-json
Downloads 1887 total (14 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-10-11 [all 1 reports]

Readme for hw-json-simple-cursor-0.1.0.2

[back to package description]

hw-json-simple-cursor

master

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

Special mentions