Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csv.rb: optimize CSV::Table#to_a and #to_csv
* lib/csv.rb (CSV::Table#to_a, #to_csv): use Array#push instead of Array#concat for performance improvement. This performance improvement is proposed by zdennis <[email protected]>. The patch is from Mau Magnaguagno <[email protected]>. close ruby#946 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information