bytestring-progress

A library for tracking the consumption of a lazy ByteString

http://github.com/acw/bytestring-progress

Version on this page:1.0.4
LTS Haskell 20.26:1.4
Stackage Nightly 2022-11-17:1.4
Latest on Hackage:1.4

See all snapshots bytestring-progress appears in

BSD-3-Clause licensed and maintained by Adam Wick
This version can be pinned in stack with:bytestring-progress-1.0.4@sha256:f0e44b396dc0c7e8e69ca753e064c575f75b14d1a848a531f755e8a3958c4f88,1157

Module documentation for 1.0.4

  • Data
    • Data.ByteString
      • Data.ByteString.Lazy
        • Data.ByteString.Lazy.Progress
Used by 1 package in lts-2.0(full list with versions):

In some cases, it is useful to know how fast a ByteString is being consumed. Typically, this could be to report some measure of progress to a waiting user, but it could also be to perform some form of testing on input / consumption code.