[vector] #75: Pack unboxed Bool vectors tightly
vector
vector at projects.haskell.org
Fri Jan 27 10:48:18 GMT 2012
#75: Pack unboxed Bool vectors tightly
------------------------+---------------------------------------------------
Reporter: ds | Owner:
Type: enhancement | Status: closed
Priority: major | Milestone:
Version: | Resolution: wontfix
Keywords: |
------------------------+---------------------------------------------------
Comment(by ds):
Good points; thanks for explaining.
FWIW, I'm probably biased by my current use case, where I have a large
number of small bitvectors, and the work consists of virtually nothing but
aggregate operations.
Ended up making a specialized class for that (with instances `Word`,
`Word64` and `Vector`s of these, and choice of instance based on a known-
at-runtime size, which is often <= 64).
--
Ticket URL: <http://trac.haskell.org/vector/ticket/75#comment:2>
vector <http://trac.haskell.org/vector>
Package vector
More information about the vector
mailing list