Hello folks!
A little question: in future releases of nodeJs, is it planned to add a 
method like '*Buffer.indexOf'* ? 
Using some well known pattern-matching algorithms, it could be possible ( 
running the best algorithm based on the size of the pattern to search ) to 
reach a very good parsing data rate, and simplify the implementation of 
fast parsers dealing with fragmented data ( like in streams ).
Yeah, I know, I can still continue to use my code to parse Buffers, only 
I'm thinking that such a method, could help many developers to start 
writing protocol parsers in a much clearer and consistent way.
Any comment/reply will be very appreciated.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to