On Thu, Feb 19, 2009 at 12:46 AM, Roger Filomeno <[email protected]> wrote: > err.. using SSE http://snippets.dzone.com/posts/show/6312
yup that is much faster than wc.c... SSE is using inline assembly code for i386 to speed up the searching method but suffers from portability to other architecutes while wc.c used read() and memchr() for portability reasons... fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

