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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.11 && <5), bits-extra (>=0.0.1.3 && <0.1), bytestring (>=0.10.6 && <0.13), generic-lens (>=2.2.0.0 && <2.3), hw-balancedparens (>=0.3.0.0 && <0.5), 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.29 && <0.7), hw-rankselect (>=0.13 && <0.14), hw-rankselect-base (>=0.3.2.1 && <0.4), lens (>=4 && <6), mmap (>=0.5 && <0.6), optparse-applicative (>=0.14 && <0.19), text (>=1.2 && <3), vector (>=0.12 && <0.14), word8 (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright 2016-2021 John Ky
Author John Ky
Maintainer newhoggy@gmail.com
Revised Revision 3 made by haskellworks at 2024-01-09T12:25:16Z
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 2022-03-24T22:19:07Z
Distributions
Reverse Dependencies 3 direct, 5 indirect [details]
Executables hw-json-standard-cursor
Downloads 4423 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-25 [all 1 reports]

Readme for hw-json-standard-cursor-0.2.3.2

[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