The latest version of large-records is 0.4.2-0.
large-records
Version 0.4 revision 1 uploaded by EdskoDeVries.
Package meta
- Synopsis
- Efficient compilation for large records, linear in the size of the record
- Description
For many reasons, the internal code generated for modules that contain records is quadratic in the number of record fields. For large records (more than 30 fields, say), this can become problematic, leading to large compilation times and high memory requirements for ghc. The large-records library provides a way to define records that is guaranteed to result in ghc core that is linear in the number of record fields.
- Author
- Edsko de Vries
- Bug reports
- https://github.com/well-typed/large-records/issues
- Category
- Generics
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- edsko@well-typed.com
- Package URL
- n/a
- Stability
- n/a