About

Metadata

  • Last updated , by haskellworks
  • License BSD-3-Clause
  • Maintained by: newhoggy@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.2.2
  2. 9.0.2
  3. 8.10.7
  4. 8.8.4
  5. 8.6.5

Package Flags

Use the -f option with cabal commands to enable flags

    bmi2 (off by default)

    Enable bmi2 instruction set

    sse42 (off by default)

    Enable sse4.2 instruction set

Readme

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