On Mon, Aug 29, 2016 at 03:15:41PM +, Rodriguez Betancourt, Esteban wrote:
> After profiling OVSDB insert performance it was found
> that some significant portion of its time OVSDB is
> calling the function json_clone.
Hi Esteban, would you mind rebasing and resubmitting this? You happened
to
After profiling OVSDB insert performance it was found
that some significant portion of its time OVSDB is
calling the function json_clone.
Also, the current usages of json_clone never modify the json,
just keeps it to prevent it to be freed.
With that in mind the struct json, json_create, json_clo