On Jan 26, 2008 6:03 PM, Cedric Vivier <
cedricv@...> wrote:
On Jan 26, 2008 5:58 PM, Daniel Grunwald <
daniel@...> wrote:
string.Format: no, string.Format parses the format string and then calls
StringBuilder - so the current implementation is more efficient.
Since the number of items is known at compile time, even better would be
to simply use a single string.Concat call.
Yes! We should do that when the number of item is known at compile-time :)
Let's open a JIRA bug for this.
Hmm.. of course actually we always know the number of items for currently SB-based string interpolations.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to
boolang@... To unsubscribe from this group, send email to
boolang-unsubscribe@... For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---