bind-marshal: Data marshaling library that uses type level equations to optimize buffering.
A (in development) high performance data marshaling layer for haskell. Uses a pair of parameterized monads to represent: Data marshalling actions with static buffering requirements (EG: Needs no more than 100 bytes available to succeed) ; Data marshalling actions that are a dynamic composition of actions with static buffering requirements.
[Skip to Readme]
Modules
[Index]
- Bind
- Bind.Marshal
- Bind.Marshal.Action
- Control
- Bind.Marshal.DataModel
- Bind.Marshal.DesAction
- Bind.Marshal.Dynamic
- Bind.Marshal.Prelude
- Bind.Marshal.SerAction
- Bind.Marshal.StaticProperties
- Bind.Marshal.StdLib
- Bind.Marshal.TypePrelude
- Bind.Marshal
Downloads
- bind-marshal-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1 |
---|---|
Dependencies | base (>=4.4 && <4.5), bytestring (>=0.9 && <0.10), containers (>=0.4 && <0.5), deepseq (>=1.1 && <1.2), ghc-prim, monads-tf (>=0.1 && <0.2), mtl (>=2.0 && <2.1), numeric-prelude (>=0.2 && <0.3), random (>=1.0 && <1.1), stm (>=2.2 && <2.3), strict (>=0.3 && <0.4), transformers (>=0.2 && <0.3), type-level-tf (>=0.2.1), unix (>=2.5 && <2.6) [details] |
Tested with | ghc ==7.2.1 |
License | BSD-3-Clause |
Author | Corey O'Connor <coreyoconnor@gmail.com> |
Maintainer | Corey O'Connor <coreyoconnor@gmail.com> |
Category | Data |
Home page | https://github.com/coreyoconnor/bind-marshal |
Source repo | head: git clone git://github.com/coreyoconnor/bind-marshal.git |
Uploaded | by CoreyOConnor at 2011-10-30T17:05:44Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1369 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |