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] [Created] (MESOS-9067) Improve performance of json parsing by avoiding conversion cost.

Benjamin Mahler created MESOS-9067:
--------------------------------------

             Summary: 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


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)