Add BLB_write function to allow modification of data in a BLOB#9066
Add BLB_write function to allow modification of data in a BLOB#9066Noremos wants to merge 1 commit into
Conversation
|
Whats wrong or not enough with seek + putSegment ? |
|
So why not make it work with |
Initially, I wanted to implement the same read/write interface as for TempSpace. But I can do this within the |
You still speak about blobs here ?
I'm lost your point here, sorry. How it answers on my question ? |
|
BTW, code in blb.cpp (at least) requires comments. It have |
This PR is part of the JSON implementation. Efficiently writing binary JSON requires modifying a blob. Otherwise, TempSpace is required to use it and convert the data to a blob, significantly increasing overhead.