diff options
author | Björn Gustavsson <[email protected]> | 2013-02-12 10:54:03 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-02-13 11:58:45 +0100 |
commit | c84311ffe08d12c96d38b6464b2f0ba8cd567e42 (patch) | |
tree | 8970b8a50f0bee046bc8c96166c16dbddb0a177a /.mailmap | |
parent | 3c40105f4666e1c38752a5bbf1c282c221dda967 (diff) | |
download | otp-c84311ffe08d12c96d38b6464b2f0ba8cd567e42.tar.gz otp-c84311ffe08d12c96d38b6464b2f0ba8cd567e42.tar.bz2 otp-c84311ffe08d12c96d38b6464b2f0ba8cd567e42.zip |
Replace filename:join/2 with '++'
Under controlled circumstances (and we are in control of the
circumstances), filename:join/2 can be replaced with '++'.
'++' is faster because it is implmented in C, does not need to
look at the list elements it copies, and does not need to copy
its right operand.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions