Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Moriyoshi, > > I originally had a uuencode filter, however with the current code I get a far > superior performance by being to do certain tricks such as pre-allocation. > The most common place uuencoded strings are found are mail & nntp. In those > cases the data usually comes is a form of a string rather then a stream, > because the entire uuencoded bit has to be 1st parsed out. > So, I think the current code has it own merits. That said for 'completion' > purposes having uu* stream filter is not a bad idea.
Indeed. The current code is well optimised for in-memory operations. However, I don't think it's a good idea to have two differen things that do the virtually same.. Anyway can I see your version of the uuencode filter? Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
