The adaptive-containers package
Self optimizing polymorphic container types. We use type families to specialize polymorphic container types to specific representations via class-associated data types. A self-optimizing pair, for example, will unpack the constructors, yielding a representation for (Int,Char) requiring 8 bytes, instead of 24. Currently supported adaptive types: pairs
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.3 |
|---|---|
| Dependencies | base |
| License | BSD3 |
| Author | Don Stewart |
| Maintainer | Don Stewart (dons@galois.com) |
| Category | Data |
| Home page | http://code.haskell.org/~dons/code/adaptive-containers |
| Upload date | Sun Apr 5 22:41:49 UTC 2009 |
| Uploaded by | DonaldStewart |
| Built on | ghc-6.10 |
| Build failure | ghc-6.12 (log) |
Modules
- Data
- Adaptive
Downloads
- adaptive-containers-0.1.tar.gz (Cabal source package)
- package description (included in the package)