On Tue, 01 Aug 2000 16:57:43 +0530, Ashish Sood <[EMAIL PROTECTED]>  said:
> Can anyone suggest me an efficient technique of bit pattern matching in a
> stream of bits.

The first question is, of course, whether you are trying to match a known
fixed bit pattern, or a variable one.

The second one is, of course, whether a hardware solution is usable, or if
it has to be in software.

The third one is, of course, the average speed of the bits - solutions that
are very efficient at (for instance) DS1 speeds may not scale to an OC12,
and the OC12 solution may be too costly for slow speeds.
-- 
                                Valdis Kletnieks
                                Operating Systems Analyst
                                Virginia Tech

PGP signature

Reply via email to