Opened 10 years ago
Last modified 10 years ago
#43 new enhancement
Avoid intermediate lists when packing Ints and Strings
| Reported by: | Ben Lippmeier | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | repa-convert | Version: | 4.2.0 |
| Keywords: | Cc: |
Description
The packer for Ints uses plain Haskell show, and the intermediate list of Chars won't be fused away.
Change History (2)
comment:1 Changed 10 years ago by
| Milestone: | 4.0.0 |
|---|---|
| Version: | 3.2.2 → 4.2.0 |
comment:2 Changed 10 years ago by
| Summary: | Avoid intermediate lists when packing Ints → Avoid intermediate lists when packing Ints and Strings |
|---|
Note: See
TracTickets for help on using
tickets.
