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

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Json.Standard.Cursor.Fast

Synopsis

Documentation

fromByteString :: ByteString -> Cursor Source #

Deprecated: Use one of the other fromByteString* functions

Load a Cursor from a ByteString

fromByteStringViaBlanking :: ByteString -> Cursor Source #

Load a Cursor from a ByteString via the blanking process. This has reasonable performance, but uses a lot of memory due to the lack of streaming

fromByteStringViaSimd :: ByteString -> Cursor Source #

Load a Cursor from a ByteString via the blanking via simd This has fast performance and streaming, but is only available recent x86 platforms