Ticket #75 (closed enhancement: wontfix)
Pack unboxed Bool vectors tightly
| Reported by: | ds | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
Hello,
we currently have:
newtype instance Vector Bool = V_Bool (P.Vector Word8)
but apparently, only one Bool is stored in each Word8, instead of the possible 8. Is this deliberately so?
Change History
Note: See
TracTickets for help on using
tickets.
