On 2009/10/18 19:38, SF Markus Elfring <elfr...@users.sourceforge.net> wrote:
> I try to distinguish between read-only input parameters and mutable
> output parameters a bit more strictly. The input can be split into
> three output variables. Why is this functionality not enough?

What is the advantage of being more strict?  That function edits the
string in-place, which means it doesn't need to copy the substrings:
no memory allocation, no copy operation; that saves some CPU cycles.

Max

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to