Yes, it's indeed an interesting pattern.

It would seem more useful in faster languages than python though; in
python, string operations (and gc) are faster in comparison to executing
other code, whereas in fast, more static languages (C++, Java, Go) avoiding
GC gives you great benefits (I saw 5x perf increase reported for some Go
app when eliminating GC).

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" 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/leo-editor?hl=en.

Reply via email to