[racket-dev] Implementation of bit vectors

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Nov 27 09:28:28 EST 2012

Nicely done. I've merged with minor changes, including renaming
`bit-vector-count' to `bit-vector-length' to be more consistent with
`vector' functions.

At Sat, 24 Nov 2012 20:33:12 +0100, Jens Axel Søgaard wrote:
> Hi All,
> 
> I have written an implementation of bit vectors intended to be part of
> the data collection.
> 
>     https://github.com/plt/racket/pull/176
> 
> Any comments on the implementation and documentation are welcome.
> The bit vector is represented as a vector of fixnums (packaged in a
> struct of course).
> 
> --
> Jens Axel Søgaard
> 
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev


Posted on the dev mailing list.