in reply to Re: Comparing strings (exact matches) in LARGE numbers FAST
in thread Comparing strings (exact matches) in LARGE numbers FAST
vec( $bits, $_, 2 ) = $acgt{ substr $string . 'a' x 16, $_, 1 } for 0 .. 15;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Comparing strings (exact matches) in LARGE numbers FAST
by BrowserUk (Patriarch) on Aug 29, 2008 at 14:34 UTC |