ion-c icon indicating copy to clipboard operation
ion-c copied to clipboard

Lob copying from reader to writer is inefficient

Open tgregg opened this issue 6 years ago • 0 comments

In ion_writer_write_one_value, a temp buffer is used to first read the lob and then write it. This requires two memcpy.

tgregg avatar Dec 05 '18 22:12 tgregg