Hoogle Search

Within LTS Haskell 24.43 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. byteStringCopy :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder

    Turn a ByteString to a Builder. The ByteString will be copied to the buffer, regardless of the size.

  2. byteStringInsert :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder

    Turn a ByteString to a Builder. When possible, the given ByteString will not be copied, and inserted directly into the output instead.

  3. byteStringThreshold :: Int -> ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder

    Turn a ByteString to a Builder. If the size of the ByteString is larger than the given threshold, avoid copying it as much as possible.

  4. byteStringCopy :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a ByteString to a Builder. The ByteString will be copied to the buffer, regardless of the size.

  5. byteStringCopyNoCheck :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Like byteStringCopy, but assumes that the current buffer is large enough.

  6. byteStringInsert :: ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a ByteString to a Builder. When possible, the given ByteString will not be copied, and inserted directly into the output instead.

  7. byteStringThreshold :: Int -> ByteString -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a ByteString to a Builder. If the size of the ByteString is larger than the given threshold, avoid copying it as much as possible.

  8. byteString32BitNetworkOrder :: ByteString -> ByteString

    hosc Sound.Osc.Coding.Byte

    If target is little-endian, swap bytes to be in network order, else identity.

  9. byteStringSwap32BitWords :: ByteString -> ByteString

    hosc Sound.Osc.Coding.Byte

    Byte-swap byte string in four-byte segments.

  10. byteStringOf' :: Parser e a -> Parser e ByteString

    web-rep Web.Rep.Internal.FlatParse

    byteStringOf but using withSpan internally. Doesn't seems faster...

Page 24 of many | Previous | Next