You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2018/07/10 19:40:00 UTC

[jira] [Assigned] (MESOS-9067) Improve performance of json parsing by avoiding conversion cost.

     [ https://issues.apache.org/jira/browse/MESOS-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler reassigned MESOS-9067:
--------------------------------------

    Assignee: Benjamin Mahler

> Improve performance of json parsing by avoiding conversion cost.
> ----------------------------------------------------------------
>
>                 Key: MESOS-9067
>                 URL: https://issues.apache.org/jira/browse/MESOS-9067
>             Project: Mesos
>          Issue Type: Improvement
>          Components: stout
>            Reporter: Benjamin Mahler
>            Assignee: Benjamin Mahler
>            Priority: Major
>              Labels: performance
>
> Stout's JSON parsing function parses into picojson::value followed by converting to JSON::Value. This carries a significant conversion cost (almost doubling the parse time).
> We can leverage picojson's parsing context to avoid this cost.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)