>>>>> "JT" == John Tobey <[EMAIL PROTECTED]> writes:
JT> On Tue, Feb 04, 2003 at 05:01:38PM -0500, Uri Guttman wrote: >> have you thought about doing bit string operations? you claim a 2d array >> but you don't mention how it is stored. it could be an array of B bit >> strings all of length A. the Bit::Vector module could be very handy >> here. >> also even though Bit::Vector is mostly in C you could write your own >> specialized code with Inline::C to speed up those row/bit tests. JT> Surely PDL does this already? http://pdl.perl.org i dunno. i have used bit::vector but never wandered into the pdl world. but it sounds like a good idea as well. uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com ----- Stem and Perl Development, Systems Architecture, Design and Coding ---- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org Damian Conway Perl Classes - January 2003 -- http://www.stemsystems.com/class _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

