ion-c
ion-c copied to clipboard
Lob copying from reader to writer is inefficient
In ion_writer_write_one_value
, a temp buffer is used to first read the lob and then write it.
This requires two memcpy.