The latest version of adaptive-tuple is 0.2.0-0.
adaptive-tuple
Version 0.1.0 revision 0 uploaded by JohnLato.
Package meta
- Synopsis
- Self-optimizing tuple types
- Description
Self optimizing tuple types.
Adaptive tuples are tuple types in which the number of elements is determined at run-time. These structures are designed to combine the space-efficiency of tuples with the size flexibility of lists.
Adaptive tuples provide lazy and strict, unpacked data structures for all tuple sizes from 0 to 20 elements. Adaptive tuples of more than 20 elements are allowed, however they are stored in an ordinary list.
- Author
- John W. Lato, jwlato@gmail.com
- Bug reports
- n/a
- Category
- Data
- Copyright
- n/a
- Homepage
- http://inmachina.net/~jwlato/haskell/
- Maintainer
- John W. Lato, jwlato@gmail.com
- Package URL
- n/a
- Stability
- experimental