diff options
Diffstat (limited to 'math/ruby-bitvector/pkg/DESCR')
-rw-r--r-- | math/ruby-bitvector/pkg/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/ruby-bitvector/pkg/DESCR b/math/ruby-bitvector/pkg/DESCR new file mode 100644 index 00000000000..4bffd1cf6a6 --- /dev/null +++ b/math/ruby-bitvector/pkg/DESCR @@ -0,0 +1,6 @@ +BitVector is a fairly extensive and fast BitVector class for Ruby. +Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented +as a wrapper around Bit::Vector version 6.0 by Steffen Beyer. + +Author: Robert Feldt <feldt@ce.chalmers.se> +WWW: http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/ |