write-buffer-core: Buffer your writes, transparently

[ bsd3, library, web ] [ Propose Tags ]

Core for the write-buffer set of libraries


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), bytestring, clock, dlist, exceptions, lifted-async, lifted-base, monad-control, mtl, stm, stm-chans [details]
License BSD-3-Clause
Copyright 2017 Matt Parsons
Author Matt Parsons
Maintainer parsonsmatt@gmail.com
Category Web
Home page https://github.com/parsonsmatt/write-buffer#readme
Uploaded by parsonsmatt at 2017-05-27T00:00:31Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 964 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-27 [all 1 reports]

Readme for write-buffer-core-0.1.0.0

[back to package description]

WriteBuffer

Do you have some costly action that's faster if you can do it in bulk? WriteBuffer is the tool for you!