Hi all, Which of the following is better to use in terms of performance and resources usage?: io:format("hello ~s", ["world"]). or io:format(<<"hello ~s">>, [<<"world">>]). Thanks, Bernardo