dicom / ruby-dicom

Library for reading, editing and writing DICOM files, as well as handling DICOM network communication. Written in the Ruby language.
http://dicom.rubyforge.org/
GNU General Public License v3.0
178 stars 67 forks source link

Performance improvement on writing DICOM objects #51

Closed FelixPetriconi closed 10 years ago

FelixPetriconi commented 10 years ago

Hi Christoffer,

attached is a performance improvement on writing DICOM objects by avoiding to copy the remaining object on each chunk. It was developed by Bernd Melcher, a colleague of mine, who asked be to push this.

Best regards, Felix

dicom commented 10 years ago

Felix (& Bern), Thank you for this contribution.