]> git.cworth.org Git - sup/commit
make raw_message faster with string += => <<
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 29 Apr 2009 17:47:24 +0000 (13:47 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 29 Apr 2009 17:47:24 +0000 (13:47 -0400)
commit11ba44823d731a5e5bd18401e46cc6cb5f8bfb55
tree4d0ac8b0e0c538da3d1fbd5487f28b39f0e32323
parentd06b80220e17580c61750b6b29f02c0ca2a7bd57
make raw_message faster with string += => <<

this method ain't used that much, but << is significantly
faster than += for Strings.
lib/sup/mbox/loader.rb