Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Contains functions for constructing and working with foreign simdjson instances.
Documentation
allocaObjectIter :: (ObjectIter -> IO a) -> IO a Source #
mkSIMDParser :: Maybe Int -> IO (ForeignPtr SIMDParser) Source #
mkSIMDPaddedStr :: ByteString -> IO (ForeignPtr PaddedString) Source #
withInputBuffer :: ByteString -> (InputBuffer -> IO a) -> IO a Source #