@hackage / hw-json-simple-cursor

Memory efficient JSON parser

Latest0.1.1.1

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-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