From: Jens Axel Søgaard (jensaxel at soegaard.net) Date: Sat Nov 24 14:33:12 EST 2012 |
|
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
Posted on the dev mailing list. |
|