englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

Parser Cleanup #13

Closed englercj closed 10 years ago

englercj commented 11 years ago

The parser can be cleaned up a bit by only using buffers throughout, instead of creating buffers each time we check lengths.

This is will likely improve performance, and code readability.