vulpea icon indicating copy to clipboard operation
vulpea copied to clipboard

Improve write performance of meta API

Open d12frosted opened this issue 4 years ago • 0 comments

The most obvious way to improve it is to mimic what was done for #64, e.g. allow to pass parsed meta to vulpea-meta-set, but it will not work when adding multiple calls with different props, as meta is modified between the calls, so vulpea-meta-set either should return a modified metadata OR approach this problem in a different fasion - by providing functions to modify meta and to write it.

d12frosted avatar Jan 18 '21 09:01 d12frosted