Ticket #79 (new enhancement)
Please provide memory-footprint "complexity" information in Haddock documentation
| Reported by: | hvr | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description (last modified by rl) (diff)
I've been surprised lately by the base-overhead of Data.Vector.Vector, as I assumed it to be somewhere near 4+N words, but it was actually more like 9+N words or so for N < 128, which is a lot on 64bit archs.
IMHO, it's helpful to be aware of the cost-model in advance, instead of having to find out the hard way via heap-profiling... :-)
Change History
Note: See
TracTickets for help on using
tickets.
